mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
23 lines
1.2 KiB
Handlebars
23 lines
1.2 KiB
Handlebars
<div id="muted-user-settings" class="settings-section" data-name="muted-users">
|
|
<div class="settings_panel_list_header">
|
|
<h3>{{t "Muted users"}}</h3>
|
|
{{> filter_text_input id="muted_users_search" placeholder=(t 'Filter') aria_label=(t 'Filter muted users')}}
|
|
</div>
|
|
<div class="progressive-table-wrapper" data-simplebar data-simplebar-tab-index="-1">
|
|
<table class="table table-striped wrapped-table">
|
|
<thead class="table-sticky-headers">
|
|
<tr>
|
|
<th data-sort="alphabetic" data-sort-prop="user_name">{{t "User" }}
|
|
<i class="table-sortable-arrow zulip-icon zulip-icon-sort-arrow-down"></i>
|
|
</th>
|
|
<th data-sort="numeric" data-sort-prop="date_muted">{{t "Date muted" }}
|
|
<i class="table-sortable-arrow zulip-icon zulip-icon-sort-arrow-down"></i>
|
|
</th>
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
</tr>
|
|
</thead>
|
|
<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>
|
|
</table>
|
|
</div>
|
|
</div>
|