mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 20:36:16 +08:00
14 lines
303 B
Handlebars
14 lines
303 B
Handlebars
<span
|
|
{{did-update this.activate @property}}
|
|
{{will-destroy this.teardown}}
|
|
class={{concat-class
|
|
"chat-channel-settings-saved-indicator"
|
|
(if this.isActive "is-active")
|
|
}}
|
|
role="status"
|
|
>
|
|
{{#if this.isActive}}
|
|
{{d-icon "check"}}
|
|
<span>{{i18n "saved"}}</span>
|
|
{{/if}}
|
|
</span> |