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

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

View File

@ -8,7 +8,7 @@
<th>{{t "Email" }}</th>
<th>{{t "Owner" }}</th>
{{#if is_admin}}
<th class="actions">{{t "Actions" }}</th>
<th class="actions">{{t "Actions" }}</th>
{{/if}}
</thead>
<tbody id="admin_bots_table" class="admin_bot_table required-text thick"

View File

@ -215,7 +215,6 @@ def check_handlebar_templates(templates):
# Ignore these files since these have not been cleaned yet :/
IGNORE_FILES = [
'static/templates/user_sidebar_actions.handlebars',
'static/templates/settings/bot-list-admin.handlebars',
'static/templates/settings/default-streams-list-admin.handlebars',
'static/templates/settings/organization-settings-admin.handlebars',
'static/templates/settings/user-list-admin.handlebars',