mirror of https://github.com/zulip/zulip.git
9 lines
226 B
Handlebars
9 lines
226 B
Handlebars
|
{{#with stream}}
|
||
|
<li class="stream_name" role="presentation"
|
||
|
title="{{subscriber_count}} {{t 'Subscribers' }}" data-stream-id="{{stream_id}}">
|
||
|
<a role="menuitem" tabindex="0">
|
||
|
{{name}}
|
||
|
</a>
|
||
|
</li>
|
||
|
{{/with}}
|