mirror of https://github.com/zulip/zulip.git
Clean muted-topics-settings.handlebars to use 4 space indents.
This commit is contained in:
parent
2a15fa17b9
commit
e5d57c31b8
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue