mirror of https://github.com/zulip/zulip.git
9 lines
326 B
Handlebars
9 lines
326 B
Handlebars
|
<tr data-stream-id="{{stream_id}}">
|
||
|
<td class="subscription_list_stream">
|
||
|
<span id="stream_sidebar_privacy_swatch_{{stream_id}}" class="stream-privacy filter-icon" style="color: {{stream_color}}">
|
||
|
{{> stream_privacy }}
|
||
|
</span>
|
||
|
<a href="{{stream_edit_url}}">{{name}}</a>
|
||
|
</td>
|
||
|
</tr>
|