mirror of https://github.com/zulip/zulip.git
Clean default-streams-list-admin to use 4 space indents.
This commit is contained in:
parent
1bea4da0f4
commit
8530997542
|
@ -3,19 +3,19 @@
|
||||||
<div class="clear-float"></div>
|
<div class="clear-float"></div>
|
||||||
|
|
||||||
<div class="side-padded-container">
|
<div class="side-padded-container">
|
||||||
<p>{{#tr this}}Configure the default streams new users are subscribed to when joining your organization.{{/tr}}</p>
|
<p>{{#tr this}}Configure the default streams new users are subscribed to when joining your organization.{{/tr}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if is_admin}}
|
{{#if is_admin}}
|
||||||
<form class="form-horizontal default-stream-form">
|
<form class="form-horizontal default-stream-form">
|
||||||
<div class="add-new-default-stream-box grey-bg">
|
<div class="add-new-default-stream-box grey-bg">
|
||||||
<div class="new-default-stream-section-title">{{t "Add new default stream" }}</div>
|
<div class="new-default-stream-section-title">{{t "Add new default stream" }}</div>
|
||||||
<div class="control-group" id="default_stream_inputs">
|
<div class="control-group" id="default_stream_inputs">
|
||||||
<label for="default_stream_name" class="control-label">{{t "Stream name" }}</label>
|
<label for="default_stream_name" class="control-label">{{t "Stream name" }}</label>
|
||||||
<input class="create_default_stream" type="text" placeholder="{{t "Stream name" }}" name="stream_name" autocomplete="off"></input>
|
<input class="create_default_stream" type="text" placeholder="{{t "Stream name" }}" name="stream_name" autocomplete="off"></input>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="progressive-table-wrapper">
|
<div class="progressive-table-wrapper">
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<th>{{t "Name" }}</th>
|
<th>{{t "Name" }}</th>
|
||||||
{{#if is_admin}}
|
{{#if is_admin}}
|
||||||
<th class="actions">{{t "Actions" }}</th>
|
<th class="actions">{{t "Actions" }}</th>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="required-text" data-empty="{{t 'No default streams match you current filter.' }}"
|
<tbody class="required-text" data-empty="{{t 'No default streams match you current filter.' }}"
|
||||||
|
|
|
@ -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/default-streams-list-admin.handlebars',
|
|
||||||
'static/templates/settings/organization-settings-admin.handlebars',
|
'static/templates/settings/organization-settings-admin.handlebars',
|
||||||
]
|
]
|
||||||
# TODO: Clean these files
|
# TODO: Clean these files
|
||||||
|
|
Loading…
Reference in New Issue