2016-11-26 04:39:53 +01:00
|
|
|
<div id="muted-topic-settings" class="settings-section" data-name="muted-topics">
|
2022-03-04 13:06:28 +01:00
|
|
|
<div class="settings_panel_list_header">
|
|
|
|
<h3>{{t "Muted topics"}}</h3>
|
|
|
|
<input id="muted_topics_search" class="search" type="text" placeholder="{{t 'Filter muted topics' }}" aria-label="{{t 'Filter muted topics' }}"/>
|
|
|
|
</div>
|
2022-02-21 18:25:49 +01:00
|
|
|
<div class="progressive-table-wrapper" data-simplebar>
|
2020-02-05 13:14:24 +01:00
|
|
|
<table class="table table-condensed table-striped wrapped-table">
|
2021-02-23 06:23:24 +01:00
|
|
|
<thead class="table-sticky-headers">
|
2020-02-05 13:14:24 +01:00
|
|
|
<th data-sort="alphabetic" data-sort-prop="stream">{{t "Stream" }}</th>
|
|
|
|
<th data-sort="alphabetic" data-sort-prop="topic">{{t "Topic" }}</th>
|
2023-04-12 16:26:22 +02:00
|
|
|
<th data-sort="numeric" data-sort-prop="date_muted" class="topic_date_updated">{{t "Date muted" }}</th>
|
2020-02-05 13:14:24 +01:00
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
|
|
</thead>
|
2022-02-21 18:25:49 +01:00
|
|
|
<tbody id="muted_topics_table" class="required-text" data-empty="{{t 'You have not muted any topics yet.'}}"></tbody>
|
2020-02-05 13:14:24 +01:00
|
|
|
</table>
|
|
|
|
</div>
|
2016-11-26 04:39:53 +01:00
|
|
|
</div>
|