mirror of https://github.com/zulip/zulip.git
15 lines
397 B
Handlebars
15 lines
397 B
Handlebars
|
<div id="muted-topic-settings" class="settings-section" data-name="muted-topics">
|
||
|
<div class="settings-section-title">
|
||
|
<i class="icon-vector-eye-close settings-section-icon"></i>
|
||
|
{{t "Muted topics" }}
|
||
|
</div>
|
||
|
<table id="muted_topics_table" class="table">
|
||
|
<thead>
|
||
|
<th>Stream</th>
|
||
|
<th>Topic</th>
|
||
|
<th>Actions</th>
|
||
|
</thead>
|
||
|
<tbody></tbody>
|
||
|
</table>
|
||
|
</div>
|