2013-09-17 23:04:44 +02:00
|
|
|
<ul class="nav nav-list topics_popover">
|
|
|
|
<li>
|
|
|
|
<a class="narrow_to_topic" data-stream-name="{{ stream_name}}" data-topic-name="{{ topic_name }}">
|
|
|
|
<i class="icon-vector-bullhorn"></i>
|
|
|
|
Narrow to topic <b>{{ topic_name }}</b>
|
|
|
|
</a>
|
|
|
|
</li>
|
2013-09-18 00:29:42 +02:00
|
|
|
|
|
|
|
|
|
|
|
{{#if can_mute_topic}}
|
|
|
|
<li>
|
|
|
|
<a href="#" class="sidebar-popover-mute-topic" data-stream-name="{{ stream_name }}" data-topic-name="{{ topic_name }}">
|
|
|
|
<i class="icon-vector-eye-close"></i>
|
|
|
|
Mute the topic <b>{{ topic_name }}</b>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if can_unmute_topic}}
|
|
|
|
<li>
|
|
|
|
<a href="#" class="sidebar-popover-unmute-topic" data-stream-name="{{ stream_name }}" data-topic-name="{{ topic_name }}">
|
|
|
|
<i class="icon-vector-eye-open"></i>
|
|
|
|
Unmute the topic <b>{{ topic_name }}</b>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
{{/if}}
|
|
|
|
|
2013-09-17 23:04:44 +02:00
|
|
|
</ul>
|