mirror of https://github.com/zulip/zulip.git
Clean stream_privacy.handlebars to use 4 space indents.
This commit is contained in:
parent
c98cf5ba63
commit
c12f93efc4
|
@ -1,4 +1,4 @@
|
|||
{{! This controls whether the swatchnext to streams in the left sidebar has a lock icon. }}
|
||||
{{#if invite_only}}
|
||||
<i class="icon-vector-lock"></i>
|
||||
<i class="icon-vector-lock"></i>
|
||||
{{/if}}
|
||||
|
|
|
@ -218,7 +218,6 @@ def check_handlebar_templates(templates):
|
|||
'static/templates/actions_popover_content.handlebars',
|
||||
'static/templates/admin_user_list.handlebars',
|
||||
'static/templates/bot_avatar_row.handlebars',
|
||||
'static/templates/stream_privacy.handlebars',
|
||||
'static/templates/user_sidebar_actions.handlebars',
|
||||
'static/templates/settings/account-settings.handlebars',
|
||||
'static/templates/settings/auth-methods-settings-admin.handlebars',
|
||||
|
|
Loading…
Reference in New Issue