mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 20:27:30 +08:00
10 lines
253 B
Handlebars
10 lines
253 B
Handlebars
{{#if this.show}}
|
|
<div class="chat-retention-reminder">
|
|
<span class="chat-retention-reminder-text">{{this.text}}</span>
|
|
<DButton
|
|
@class="btn-flat dismiss-btn"
|
|
@action={{action "dismiss"}}
|
|
@icon="times"
|
|
/>
|
|
</div>
|
|
{{/if}} |