mirror of https://github.com/zulip/zulip.git
Clean admin_auth_methods_list.handlebars to use 4 space indents.
This commit is contained in:
parent
c0ca8b10ed
commit
2a15fa17b9
|
@ -1,11 +1,11 @@
|
|||
{{#with method}}
|
||||
<tr class="method_row" data-method="{{method}}">
|
||||
<td>
|
||||
<span class="method">{{method}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<input type="checkbox"
|
||||
{{#if enabled}}checked="checked"{{/if}} />
|
||||
</td>
|
||||
<td>
|
||||
<span class="method">{{method}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<input type="checkbox"
|
||||
{{#if enabled}}checked="checked"{{/if}} />
|
||||
</td>
|
||||
</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_auth_methods_list.handlebars',
|
||||
'static/templates/settings/attachment-item.handlebars',
|
||||
'static/templates/settings/auth-methods-settings-admin.handlebars',
|
||||
'static/templates/settings/bot-list-admin.handlebars',
|
||||
|
|
Loading…
Reference in New Issue