mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
parent
bad600e731
commit
66bc0c95cb
@ -8,7 +8,6 @@
|
||||
{{else}}
|
||||
<td class="hidden-subscriber-email">{{t "(hidden)"}}</td>
|
||||
{{/if}}
|
||||
<td class="subscriber-user-id">{{user_id}}</td>
|
||||
{{#if can_remove_subscribers}}
|
||||
<td class="unsubscribe">
|
||||
<div class="subscriber_list_remove">
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
<thead class="table-sticky-headers">
|
||||
<th data-sort="alphabetic" data-sort-prop="full_name">{{t "Name" }}</th>
|
||||
<th data-sort="email">{{t "Email" }}</th>
|
||||
<th data-sort="id">{{t "User ID" }}</th>
|
||||
{{#if can_remove_subscribers}}
|
||||
<th class="actions">{{t "Actions" }}</th>
|
||||
{{/if}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user