mirror of https://github.com/zulip/zulip.git
Clean admin-realm-domains-list.handlebars to use 4 space indents.
This commit is contained in:
parent
e21731c1ae
commit
257b930492
|
@ -1,7 +1,7 @@
|
|||
{{#with realm_domain}}
|
||||
<tr>
|
||||
<tr>
|
||||
<td class="domain">{{domain}}</td>
|
||||
<td><input type="checkbox" class="allow-subdomains" {{#if allow_subdomains}}checked{{/if}}></input></td>
|
||||
<td><button class="btn btn-danger btn-sm delete_realm_domain">{{t "Remove" }}</button></td>
|
||||
</tr>
|
||||
</tr>
|
||||
{{/with}}
|
||||
|
|
|
@ -227,7 +227,6 @@ def check_handlebar_templates(templates):
|
|||
'static/templates/subscription_settings.handlebars',
|
||||
'static/templates/user_sidebar_actions.handlebars',
|
||||
'static/templates/settings/account-settings.handlebars',
|
||||
'static/templates/settings/admin-realm-domains-list.handlebars',
|
||||
'static/templates/settings/admin_auth_methods_list.handlebars',
|
||||
'static/templates/settings/attachment-item.handlebars',
|
||||
'static/templates/settings/auth-methods-settings-admin.handlebars',
|
||||
|
|
Loading…
Reference in New Issue