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

11 lines
226 B
Handlebars

<a
href={{this.href}}
tabindex="0"
class={{concat-class "icon btn-flat" (if this.isActive "active")}}
>
{{d-icon "comment"}}
{{#unless this.currentUserInDnD}}
<ChatHeaderIconUnreadIndicator />
{{/unless}}
</a>