- Moves logic into one specialised component - Adds more tests - Removes duplicate key - Uses pluralization - Handles 0 case properly Co-authored-by: Gerhard Schlager <mail@gerhard-schlager.at>
10 lines
245 B
Handlebars
10 lines
245 B
Handlebars
{{#if this.show}}
|
|
<div class="chat-retention-reminder">
|
|
<ChatRetentionReminderText @channel={{this.chatChannel}} />
|
|
<DButton
|
|
@class="btn-flat dismiss-btn"
|
|
@action={{this.dismiss}}
|
|
@icon="times"
|
|
/>
|
|
</div>
|
|
{{/if}} |