zulip/static/templates/user_stream_list_item.hbs

9 lines
326 B
Handlebars
Raw Normal View History

<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>