mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user