mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 22:12:07 +08:00
17 lines
347 B
Handlebars
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}}
|