mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:33:43 +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}}
|