2020-02-03 17:01:11 +01:00
|
|
|
<span id="tab_list">
|
2020-05-18 08:07:20 +02:00
|
|
|
<span {{#if stream_settings_link}}class="stream"{{/if}}>
|
2017-03-06 18:17:11 +01:00
|
|
|
{{#if icon}}
|
2020-02-03 17:01:11 +01:00
|
|
|
<i class="fa fa-{{icon}}" aria-hidden="true"></i>
|
2017-03-06 18:17:11 +01:00
|
|
|
{{/if}}
|
2020-02-03 17:01:11 +01:00
|
|
|
{{#if stream_settings_link}}
|
|
|
|
<a href="{{stream_settings_link}}">{{title}}</a>
|
2017-03-06 18:17:11 +01:00
|
|
|
{{else}}
|
2020-02-03 17:01:11 +01:00
|
|
|
{{title}}
|
2017-03-06 18:17:11 +01:00
|
|
|
{{/if}}
|
2020-02-03 17:01:11 +01:00
|
|
|
</span>
|
|
|
|
{{#if sub_count}}
|
2020-05-18 16:37:20 +02:00
|
|
|
<span class="sub_count" data-toggle="tooltip" title="{{sub_count}} users are subscribed to #{{title}}"><i class="fa fa-user-o"></i>{{formatted_sub_count}}</span>
|
|
|
|
{{#if rendered_narrow_description}}
|
|
|
|
<span class="narrow_description rendered_markdown" data-toggle="tooltip">{{rendered_markdown rendered_narrow_description}}</span>
|
|
|
|
{{else}}
|
|
|
|
<span class="narrow_description rendered_markdown" data-toggle="tooltip">{{t "(no description)"}}</span>
|
|
|
|
{{/if}}
|
2020-02-03 17:01:11 +01:00
|
|
|
{{/if}}
|
|
|
|
<span class="search_icon search_closed" ><i class="fa fa-search" aria-hidden="true"></i></span>
|
|
|
|
</span>
|