2020-05-23 12:56:13 +08:00
|
|
|
{{#if appendReason}}
|
|
|
|
<p class="reason">
|
2022-06-30 18:30:50 +08:00
|
|
|
<TopicNotificationsOptions @value={{notificationLevel}} @topic={{topic}} @onChange={{action "changeTopicNotificationLevel"}} @options={{hash
|
2020-05-23 12:56:13 +08:00
|
|
|
icon=icon
|
|
|
|
showFullTitle=showFullTitle
|
|
|
|
showCaret=showCaret
|
2021-09-21 23:19:49 +08:00
|
|
|
headerAriaLabel=(i18n "topic.notifications.title")
|
2022-06-30 18:30:50 +08:00
|
|
|
}} />
|
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}}
|
2022-06-30 18:30:50 +08:00
|
|
|
<TopicNotificationsOptions @value={{notificationLevel}} @topic={{topic}} @onChange={{action "changeTopicNotificationLevel"}} @options={{hash
|
2020-05-23 12:56:13 +08:00
|
|
|
icon=icon
|
|
|
|
showFullTitle=showFullTitle
|
|
|
|
showCaret=showCaret
|
2021-09-21 23:19:49 +08:00
|
|
|
headerAriaLabel=(i18n "topic.notifications.title")
|
2022-06-30 18:30:50 +08:00
|
|
|
}} />
|
2020-05-23 12:56:13 +08:00
|
|
|
{{/if}}
|