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

Failed to ignore revisions in .git-blame-ignore-revs.

16 lines
313 B
Handlebars
Raw Normal View History

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