discourse/app/assets/javascripts/select-kit/templates/components/topic-notifications-button.hbs

17 lines
347 B
Handlebars

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