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-channel-toggle-view.hbs

10 lines
326 B
Handlebars

<DModalBody @title={{this.modalTitle}}>
<div id="chat-channel-toggle" class="chat-channel-toggle">
<p>{{this.instructions}}</p>
</div>
</DModalBody>
<div class="modal-footer">
<DButton @class="btn-primary" @action={{action "changeChannelStatus"}} @label={{this.buttonLabel}} @id="chat-channel-toggle-btn" />
</div>