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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
281 B
Handlebars
Raw Normal View History

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