2021-04-17 07:22:25 +02:00
<div id="muted-user-settings" class="settings-section" data-name="muted-users">
2022-03-04 13:06:28 +01:00
<div class="settings_panel_list_header">
<h3> {{ t "Muted users" }} </h3>
2023-06-23 13:22:29 +02:00
<input id="muted_users_search" class="search filter_text_input" type="text" placeholder=" {{ t 'Filter muted users' }} " aria-label=" {{ t 'Filter muted users' }} "/>
2022-03-04 13:06:28 +01:00
</div>
2024-06-16 13:46:37 +02:00
<div class="progressive-table-wrapper" data-simplebar data-simplebar-tab-index="-1">
2023-08-07 09:32:19 +02:00
<table class="table table-striped wrapped-table">
2021-05-15 08:52:30 +02:00
<thead class="table-sticky-headers">
2021-04-17 07:22:25 +02:00
<th data-sort="alphabetic" data-sort-prop="user_name"> {{ t "User" }} </th>
<th data-sort="numeric" data-sort-prop="date_muted"> {{ t "Date muted" }} </th>
<th class="actions"> {{ t "Actions" }} </th>
</thead>
2023-08-20 09:00:40 +02:00
<tbody id="muted_users_table" data-empty=" {{ t 'You have not muted any users yet.' }} " data-search-results-empty=" {{ t 'No users match your current filter.' }} "></tbody>
2021-04-17 07:22:25 +02:00
</table>
</div>
</div>