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-chooser-header.hbs

10 lines
264 B
Handlebars

<div class="select-kit-header-wrapper">
{{#if this.selectedContent}}
<ChatChannelTitle @channel={{this.selectedContent}} />
{{else}}
{{i18n "chat.incoming_webhooks.channel_placeholder"}}
{{/if}}
{{d-icon this.caretIcon class="caret-icon"}}
</div>