This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/plugins/chat/assets/javascripts/discourse/components/chat-channel-toggle-view.hbs
T
2022-12-28 13:11:12 +00:00

14 lines
343 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>