mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
stream: Show (archived) at the end of deactivated stream names.
When a stream is deactivated the title area and messages are re-rendered to update the stream name with `(archived)` suffix.
This commit is contained in:
@@ -10,7 +10,12 @@
|
||||
</span>
|
||||
|
||||
{{~! Recipient (e.g. stream/topic or topic) ~}}
|
||||
{{~display_recipient~}}
|
||||
<span class="message-header-stream-name">
|
||||
{{~display_recipient~}}
|
||||
</span>
|
||||
{{#if is_archived}}
|
||||
<span class="message-header-stream-archived"><i class="archived-indicator">({{t 'archived' }})</i></span>
|
||||
{{/if}}
|
||||
</a>
|
||||
<span class="stream_topic_separator"><i class="zulip-icon zulip-icon-chevron-right"></i></span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user