Clean user-list-admin to use 4 space indents.

This commit is contained in:
Aditya Bansal 2017-05-12 20:45:02 +05:30 committed by Tim Abbott
parent 0c39a45d72
commit 33f3d773b0
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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: