mirror of https://github.com/zulip/zulip.git
15 lines
470 B
Handlebars
15 lines
470 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>{{t "Stream" }}</th>
|
|
<th>{{t "Topic" }}</th>
|
|
<th>{{t "Actions" }}</th>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|