Clean muted-topics-settings.handlebars to use 4 space indents.

This commit is contained in:
Aditya Bansal 2017-04-15 08:42:37 +05:30 committed by Tim Abbott
parent 2a15fa17b9
commit e5d57c31b8
2 changed files with 12 additions and 13 deletions

View File

@ -1,14 +1,14 @@
<div id="muted-topic-settings" class="settings-section" data-name="muted-topics">
<div class="settings-section-title">
<i class="icon-vector-eye-close settings-section-icon"></i>
{{t "Muted topics" }}
</div>
<table id="muted_topics_table" class="table">
<thead>
<th>{{t "Stream" }}</th>
<th>{{t "Topic" }}</th>
<th>{{t "Actions" }}</th>
</thead>
<tbody></tbody>
</table>
<div class="settings-section-title">
<i class="icon-vector-eye-close settings-section-icon"></i>
{{t "Muted topics" }}
</div>
<table id="muted_topics_table" class="table">
<thead>
<th>{{t "Stream" }}</th>
<th>{{t "Topic" }}</th>
<th>{{t "Actions" }}</th>
</thead>
<tbody></tbody>
</table>
</div>

View File

@ -236,7 +236,6 @@ def check_handlebar_templates(templates):
'static/templates/settings/default-streams-list-admin.handlebars',
'static/templates/settings/display-settings.handlebars',
'static/templates/settings/emoji-settings-admin.handlebars',
'static/templates/settings/muted-topics-settings.handlebars',
'static/templates/settings/notification-settings.handlebars',
'static/templates/settings/organization-settings-admin.handlebars',
'static/templates/settings/realm-filter-settings-admin.handlebars',