2020-05-23 12:56:13 +08:00
|
|
|
{{#if appendReason}}
|
|
|
|
<p class="reason">
|
|
|
|
{{topic-notifications-options
|
|
|
|
value=notificationLevel
|
|
|
|
topic=topic
|
|
|
|
onChange=(action "changeTopicNotificationLevel")
|
|
|
|
options=(hash
|
|
|
|
icon=icon
|
|
|
|
showFullTitle=showFullTitle
|
|
|
|
preventsClickPropagation=true
|
|
|
|
showCaret=showCaret
|
|
|
|
)
|
|
|
|
}}
|
2021-05-06 07:14:07 +08:00
|
|
|
<span class="text">{{html-safe notificationReasonText}}</span>
|
2020-05-23 12:56:13 +08:00
|
|
|
</p>
|
|
|
|
{{else}}
|
|
|
|
{{topic-notifications-options
|
|
|
|
value=notificationLevel
|
|
|
|
topic=topic
|
|
|
|
onChange=(action "changeTopicNotificationLevel")
|
|
|
|
options=(hash
|
|
|
|
icon=icon
|
|
|
|
showFullTitle=showFullTitle
|
|
|
|
preventsClickPropagation=true
|
|
|
|
showCaret=showCaret
|
|
|
|
)
|
|
|
|
}}
|
|
|
|
{{/if}}
|