mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	@@ -8,7 +8,6 @@
 | 
				
			|||||||
    {{else}}
 | 
					    {{else}}
 | 
				
			||||||
    <td class="hidden-subscriber-email">{{t "(hidden)"}}</td>
 | 
					    <td class="hidden-subscriber-email">{{t "(hidden)"}}</td>
 | 
				
			||||||
    {{/if}}
 | 
					    {{/if}}
 | 
				
			||||||
    <td class="subscriber-user-id">{{user_id}}</td>
 | 
					 | 
				
			||||||
    {{#if can_remove_subscribers}}
 | 
					    {{#if can_remove_subscribers}}
 | 
				
			||||||
    <td class="unsubscribe">
 | 
					    <td class="unsubscribe">
 | 
				
			||||||
        <div class="subscriber_list_remove">
 | 
					        <div class="subscriber_list_remove">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,7 +23,6 @@
 | 
				
			|||||||
                <thead class="table-sticky-headers">
 | 
					                <thead class="table-sticky-headers">
 | 
				
			||||||
                    <th data-sort="alphabetic" data-sort-prop="full_name">{{t "Name" }}</th>
 | 
					                    <th data-sort="alphabetic" data-sort-prop="full_name">{{t "Name" }}</th>
 | 
				
			||||||
                    <th data-sort="email">{{t "Email" }}</th>
 | 
					                    <th data-sort="email">{{t "Email" }}</th>
 | 
				
			||||||
                    <th data-sort="id">{{t "User ID" }}</th>
 | 
					 | 
				
			||||||
                    {{#if can_remove_subscribers}}
 | 
					                    {{#if can_remove_subscribers}}
 | 
				
			||||||
                    <th class="actions">{{t "Actions" }}</th>
 | 
					                    <th class="actions">{{t "Actions" }}</th>
 | 
				
			||||||
                    {{/if}}
 | 
					                    {{/if}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user