mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
committed by
Tim Abbott
parent
255c21e81e
commit
8ae008abe4
@@ -9,6 +9,15 @@
|
||||
<td>
|
||||
<span class="email">{{email}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<span class="user_role">
|
||||
{{#if is_admin}}
|
||||
{{t "Administrator" }}
|
||||
{{else}}
|
||||
{{t "Member" }}
|
||||
{{/if}}
|
||||
</span>
|
||||
</td>
|
||||
{{#if is_bot}}
|
||||
<td>
|
||||
<span class="owner">{{bot_owner}}</span>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<thead>
|
||||
<th class="wrapped-cell">{{t "Name" }}</th>
|
||||
<th>{{t "Email" }}</th>
|
||||
<th class="user_role">{{t "Role" }}</th>
|
||||
<th class="last_active">{{t "Last active" }}</th>
|
||||
{{#if is_admin}}
|
||||
<th class="actions">{{t "Actions" }}</th>
|
||||
|
||||
Reference in New Issue
Block a user