2013-09-17 23:04:44 +02:00
|
|
|
<ul class="nav nav-list topics_popover">
|
2017-02-15 21:11:59 +01:00
|
|
|
<li>
|
2017-03-05 19:36:36 +01:00
|
|
|
<a class="narrow_to_topic" data-stream-id="{{ stream_id }}" data-topic-name="{{ topic_name }}">
|
2017-06-08 07:09:57 +02:00
|
|
|
<i class="fa fa-bullhorn" aria-hidden="true"></i>
|
2017-02-15 21:11:59 +01:00
|
|
|
{{#tr this}}Narrow to topic <b>__topic_name__</b>{{/tr}}
|
|
|
|
</a>
|
|
|
|
</li>
|
2013-09-18 00:29:42 +02:00
|
|
|
|
|
|
|
|
2017-02-15 21:11:59 +01:00
|
|
|
{{#if can_mute_topic}}
|
|
|
|
<li>
|
2017-03-05 19:36:36 +01:00
|
|
|
<a href="#" class="sidebar-popover-mute-topic" data-stream-id="{{ stream_id }}" data-topic-name="{{ topic_name }}">
|
2017-06-08 07:09:57 +02:00
|
|
|
<i class="fa fa-eye-slash" aria-hidden="true"></i>
|
2017-02-15 21:11:59 +01:00
|
|
|
{{#tr this}}Mute the topic <b>__topic_name__</b>{{/tr}}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
{{/if}}
|
2013-09-18 00:29:42 +02:00
|
|
|
|
2017-02-15 21:11:59 +01:00
|
|
|
{{#if can_unmute_topic}}
|
|
|
|
<li>
|
2017-03-05 19:36:36 +01:00
|
|
|
<a href="#" class="sidebar-popover-unmute-topic" data-stream-id="{{ stream_id }}" data-topic-name="{{ topic_name }}">
|
2017-06-08 07:09:57 +02:00
|
|
|
<i class="fa fa-eye" aria-hidden="true"></i>
|
2017-02-15 21:11:59 +01:00
|
|
|
{{#tr this}}Unmute the topic <b>__topic_name__</b>{{/tr}}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
{{/if}}
|
|
|
|
<li>
|
2017-03-05 19:36:36 +01:00
|
|
|
<a class="sidebar-popover-mark-topic-read" data-stream-id="{{ stream_id }}" data-topic-name="{{ topic_name }}">
|
2017-06-08 07:09:57 +02:00
|
|
|
<i class="fa fa-book" aria-hidden="true"></i>
|
2017-02-15 21:11:59 +01:00
|
|
|
{{#tr this}}Mark all messages in <b>__topic_name__</b> as read{{/tr}}
|
|
|
|
</a>
|
|
|
|
</li>
|
2016-05-08 15:20:51 +02:00
|
|
|
|
2013-09-18 00:29:42 +02:00
|
|
|
|
2013-09-17 23:04:44 +02:00
|
|
|
</ul>
|