2020-06-28 03:06:22 +02:00
|
|
|
{{#if stream_settings_link}}
|
2023-06-17 18:48:49 +02:00
|
|
|
<a class="message-header-stream-settings-button" href="{{stream_settings_link}}">
|
2020-06-28 03:06:22 +02:00
|
|
|
{{> navbar_icon_and_title }}
|
|
|
|
</a>
|
2022-04-29 19:35:02 +02:00
|
|
|
<div class="divider only-visible-for-spectators">|</div>
|
2021-11-03 14:01:58 +01:00
|
|
|
<a class="sub_count no-style tippy-zulip-tooltip hidden-for-spectators" data-tippy-content="{{sub_count_tooltip_text}}" data-tippy-placement="bottom" href="{{stream_settings_link}}">
|
2020-06-28 03:06:22 +02:00
|
|
|
<i class="fa fa-user-o"></i>{{formatted_sub_count}}
|
|
|
|
</a>
|
2021-07-06 03:20:22 +02:00
|
|
|
<span class="narrow_description navbar-click-opens-search rendered_markdown">
|
2020-06-28 03:06:22 +02:00
|
|
|
{{#if rendered_narrow_description}}
|
|
|
|
{{rendered_markdown rendered_narrow_description}}
|
2020-06-12 17:21:30 +02:00
|
|
|
{{else}}
|
2020-06-28 03:06:22 +02:00
|
|
|
{{t "(no description)"}}
|
2020-02-03 17:01:11 +01:00
|
|
|
{{/if}}
|
|
|
|
</span>
|
2020-06-28 03:06:22 +02:00
|
|
|
{{else}}
|
2021-07-06 03:20:22 +02:00
|
|
|
<span class="navbar-click-opens-search">
|
2020-06-28 03:06:22 +02:00
|
|
|
{{> navbar_icon_and_title }}
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
2023-04-20 10:56:13 +02:00
|
|
|
<span class="search_icon search_closed" role="button"><i class="zulip-icon zulip-icon-search tippy-zulip-delayed-tooltip" data-tooltip-template-id="search-query-tooltip-template" aria-hidden="true"></i></span>
|