mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
Clean topic_sidebar_actions handlebar to use 4 space indents.
This commit is contained in:
@@ -1,35 +1,35 @@
|
|||||||
<ul class="nav nav-list topics_popover">
|
<ul class="nav nav-list topics_popover">
|
||||||
<li>
|
<li>
|
||||||
<a class="narrow_to_topic" data-stream-name="{{ stream_name}}" data-topic-name="{{ topic_name }}">
|
<a class="narrow_to_topic" data-stream-name="{{ stream_name}}" data-topic-name="{{ topic_name }}">
|
||||||
<i class="icon-vector-bullhorn"></i>
|
<i class="icon-vector-bullhorn"></i>
|
||||||
{{#tr this}}Narrow to topic <b>__topic_name__</b>{{/tr}}
|
{{#tr this}}Narrow to topic <b>__topic_name__</b>{{/tr}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
{{#if can_mute_topic}}
|
{{#if can_mute_topic}}
|
||||||
<li>
|
<li>
|
||||||
<a href="#" class="sidebar-popover-mute-topic" data-stream-name="{{ stream_name }}" data-topic-name="{{ topic_name }}">
|
<a href="#" class="sidebar-popover-mute-topic" data-stream-name="{{ stream_name }}" data-topic-name="{{ topic_name }}">
|
||||||
<i class="icon-vector-eye-close"></i>
|
<i class="icon-vector-eye-close"></i>
|
||||||
{{#tr this}}Mute the topic <b>__topic_name__</b>{{/tr}}
|
{{#tr this}}Mute the topic <b>__topic_name__</b>{{/tr}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if can_unmute_topic}}
|
{{#if can_unmute_topic}}
|
||||||
<li>
|
<li>
|
||||||
<a href="#" class="sidebar-popover-unmute-topic" data-stream-name="{{ stream_name }}" data-topic-name="{{ topic_name }}">
|
<a href="#" class="sidebar-popover-unmute-topic" data-stream-name="{{ stream_name }}" data-topic-name="{{ topic_name }}">
|
||||||
<i class="icon-vector-eye-open"></i>
|
<i class="icon-vector-eye-open"></i>
|
||||||
{{#tr this}}Unmute the topic <b>__topic_name__</b>{{/tr}}
|
{{#tr this}}Unmute the topic <b>__topic_name__</b>{{/tr}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<li>
|
<li>
|
||||||
<a class="sidebar-popover-mark-topic-read" data-stream-name="{{ stream_name }}" data-topic-name="{{ topic_name }}">
|
<a class="sidebar-popover-mark-topic-read" data-stream-name="{{ stream_name }}" data-topic-name="{{ topic_name }}">
|
||||||
<i class="icon-vector-book"></i>
|
<i class="icon-vector-book"></i>
|
||||||
{{#tr this}}Mark all messages in <b>__topic_name__</b> as read{{/tr}}
|
{{#tr this}}Mark all messages in <b>__topic_name__</b> as read{{/tr}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user