mirror of https://github.com/zulip/zulip.git
Clean user-list-admin to use 4 space indents.
This commit is contained in:
parent
0c39a45d72
commit
33f3d773b0
|
@ -9,7 +9,7 @@
|
|||
<th>{{t "Email" }}</th>
|
||||
<th class="last_active">{{t "Last active" }}</th>
|
||||
{{#if is_admin}}
|
||||
<th class="actions">{{t "Actions" }}</th>
|
||||
<th class="actions">{{t "Actions" }}</th>
|
||||
{{/if}}
|
||||
</thead>
|
||||
<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/settings/default-streams-list-admin.handlebars',
|
||||
'static/templates/settings/organization-settings-admin.handlebars',
|
||||
'static/templates/settings/user-list-admin.handlebars',
|
||||
]
|
||||
# TODO: Clean these files
|
||||
for fn in templates:
|
||||
|
|
Loading…
Reference in New Issue