mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 05:23:39 +08:00
16 lines
305 B
Handlebars
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}}
|