mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 22:48:16 +00:00
Clean bot-list-admin to use 4 space indents.
This commit is contained in:
committed by
Tim Abbott
parent
f0b30b57ca
commit
0c39a45d72
@@ -8,7 +8,7 @@
|
|||||||
<th>{{t "Email" }}</th>
|
<th>{{t "Email" }}</th>
|
||||||
<th>{{t "Owner" }}</th>
|
<th>{{t "Owner" }}</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_bots_table" class="admin_bot_table required-text thick"
|
<tbody id="admin_bots_table" class="admin_bot_table required-text thick"
|
||||||
|
|||||||
@@ -215,7 +215,6 @@ def check_handlebar_templates(templates):
|
|||||||
# Ignore these files since these have not been cleaned yet :/
|
# Ignore these files since these have not been cleaned yet :/
|
||||||
IGNORE_FILES = [
|
IGNORE_FILES = [
|
||||||
'static/templates/user_sidebar_actions.handlebars',
|
'static/templates/user_sidebar_actions.handlebars',
|
||||||
'static/templates/settings/bot-list-admin.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',
|
'static/templates/settings/user-list-admin.handlebars',
|
||||||
|
|||||||
Reference in New Issue
Block a user