2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.appendReason}}
|
2020-05-23 00:56:13 -04:00
|
|
|
<p class="reason">
|
2022-07-05 13:41:31 -04:00
|
|
|
<TopicNotificationsOptions
|
|
|
|
@value={{this.notificationLevel}}
|
|
|
|
@topic={{this.topic}}
|
|
|
|
@onChange={{action "changeTopicNotificationLevel"}}
|
|
|
|
@options={{hash
|
|
|
|
icon=this.icon
|
|
|
|
showFullTitle=this.showFullTitle
|
|
|
|
showCaret=this.showCaret
|
2021-09-21 11:19:49 -04:00
|
|
|
headerAriaLabel=(i18n "topic.notifications.title")
|
2022-06-30 06:30:50 -04:00
|
|
|
}}
|
|
|
|
/>
|
2022-07-05 13:41:31 -04:00
|
|
|
<span class="text">{{html-safe this.notificationReasonText}}</span>
|
2020-05-23 00:56:13 -04:00
|
|
|
</p>
|
|
|
|
{{else}}
|
2022-07-05 13:41:31 -04:00
|
|
|
<TopicNotificationsOptions
|
|
|
|
@value={{this.notificationLevel}}
|
|
|
|
@topic={{this.topic}}
|
|
|
|
@onChange={{action "changeTopicNotificationLevel"}}
|
|
|
|
@options={{hash
|
|
|
|
icon=this.icon
|
|
|
|
showFullTitle=this.showFullTitle
|
|
|
|
showCaret=this.showCaret
|
2021-09-21 11:19:49 -04:00
|
|
|
headerAriaLabel=(i18n "topic.notifications.title")
|
2022-06-30 06:30:50 -04:00
|
|
|
}}
|
|
|
|
/>
|
2020-05-23 00:56:13 -04:00
|
|
|
{{/if}}
|