mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
Clean user-list-admin to use 4 space indents.
This commit is contained in:
committed by
Tim Abbott
parent
0c39a45d72
commit
33f3d773b0
@@ -9,7 +9,7 @@
|
|||||||
<th>{{t "Email" }}</th>
|
<th>{{t "Email" }}</th>
|
||||||
<th class="last_active">{{t "Last active" }}</th>
|
<th class="last_active">{{t "Last active" }}</th>
|
||||||
{{#if is_admin}}
|
{{#if is_admin}}
|
||||||
<th class="actions">{{t "Actions" }}</th>
|
<th class="actions">{{t "Actions" }}</th>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="admin_users_table" class="admin_user_table required-text thick"
|
<tbody id="admin_users_table" class="admin_user_table required-text thick"
|
||||||
|
|||||||
@@ -217,7 +217,6 @@ def check_handlebar_templates(templates):
|
|||||||
'static/templates/user_sidebar_actions.handlebars',
|
'static/templates/user_sidebar_actions.handlebars',
|
||||||
'static/templates/settings/default-streams-list-admin.handlebars',
|
'static/templates/settings/default-streams-list-admin.handlebars',
|
||||||
'static/templates/settings/organization-settings-admin.handlebars',
|
'static/templates/settings/organization-settings-admin.handlebars',
|
||||||
'static/templates/settings/user-list-admin.handlebars',
|
|
||||||
]
|
]
|
||||||
# TODO: Clean these files
|
# TODO: Clean these files
|
||||||
for fn in templates:
|
for fn in templates:
|
||||||
|
|||||||
Reference in New Issue
Block a user