This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/select-kit/templates/components/topic-notifications-button.hbs
2020-02-21 21:32:58 +01:00

16 lines
305 B
Handlebars

{{topic-notifications-options
value=notificationLevel
topic=topic
onChange=(action "changeTopicNotificationLevel")
options=(hash
showFullTitle=showFullTitle
placement=placement
)
}}
{{#if appendReason}}
<p class="reason">
{{{topic.details.notificationReasonText}}}
</p>
{{/if}}