This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat/assets/javascripts/discourse/components/chat-retention-reminder.hbs

7 lines
232 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}}