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