mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
bookend: Add stream icons to subscribed/unsubscribed divider line.
Fixes: #23685.
This commit is contained in:
@@ -9,11 +9,20 @@
|
||||
{{#if deactivated}}
|
||||
{{t "This stream has been deactivated" }}
|
||||
{{else if subscribed }}
|
||||
{{t "You subscribed to stream {stream_name}" }}
|
||||
{{#tr}}
|
||||
You subscribed to stream <z-stream-icon></z-stream-icon> {{stream_name}}
|
||||
{{#*inline "z-stream-icon"}}{{> stream_privacy }}{{/inline}}
|
||||
{{/tr}}
|
||||
{{else if just_unsubscribed }}
|
||||
{{t "You unsubscribed from stream {stream_name}" }}
|
||||
{{#tr}}
|
||||
You unsubscribed from stream <z-stream-icon></z-stream-icon> {{stream_name}}
|
||||
{{#*inline "z-stream-icon"}}{{> stream_privacy }}{{/inline}}
|
||||
{{/tr}}
|
||||
{{else}}
|
||||
{{t "You are not subscribed to stream {stream_name}" }}
|
||||
{{#tr}}
|
||||
You are not subscribed to stream <z-stream-icon></z-stream-icon> {{stream_name}}
|
||||
{{#*inline "z-stream-icon"}}{{> stream_privacy }}{{/inline}}
|
||||
{{/tr}}
|
||||
{{/if}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user