discourse/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}}