2016-11-26 04:39:53 +01:00
<div id="muted-topic-settings" class="settings-section" data-name="muted-topics">
2020-02-05 13:14:24 +01:00
<input id="muted_topics_search" class="search" type="text" placeholder=" {{ t 'Search muted topics...' }} " aria-label=" {{ t 'Search muted topics...' }} "/>
2021-01-29 10:27:56 +01:00
<div class="progressive-table-wrapper" data-simplebar data-list-widget="muted-topics-list">
2020-02-05 13:14:24 +01:00
<table class="table table-condensed table-striped wrapped-table">
<thead>
<th data-sort="alphabetic" data-sort-prop="stream"> {{ t "Stream" }} </th>
<th data-sort="alphabetic" data-sort-prop="topic"> {{ t "Topic" }} </th>
<th data-sort="numeric" data-sort-prop="date_muted"> {{ t "Date muted" }} </th>
<th class="actions"> {{ t "Actions" }} </th>
</thead>
2021-01-06 12:27:37 +01:00
<tbody id="muted_topics_table" class="required-text" data-empty=" {{ t 'You have not muted any topics yet.' }} " data-list-widget="muted-topics-list"></tbody>
2020-02-05 13:14:24 +01:00
</table>
</div>
2016-11-26 04:39:53 +01:00
</div>