2013-05-30 21:29:30 +02:00
|
|
|
{{! Contents of the "stream actions" popup }}
|
2013-05-22 20:34:07 +02:00
|
|
|
<ul class="nav nav-list streams_popover" data-id="{{ stream.id }}" data-name="{{ stream.name }}">
|
2013-05-14 21:02:10 +02:00
|
|
|
<li>
|
|
|
|
<a class="narrow_to_stream">
|
|
|
|
<i class="icon-vector-bullhorn"></i>
|
2013-10-04 07:36:34 +02:00
|
|
|
Narrow to stream <b>{{stream.name}}</b>
|
2013-05-14 21:02:10 +02:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a class="toggle_home">
|
|
|
|
{{#if stream.in_home_view}}
|
2013-10-04 07:34:58 +02:00
|
|
|
<i class="icon-vector-eye-close"></i>
|
2013-10-04 07:36:34 +02:00
|
|
|
Mute the stream <b>{{stream.name}}</b>
|
2013-05-14 21:02:10 +02:00
|
|
|
{{else}}
|
2013-10-04 07:34:58 +02:00
|
|
|
<i class="icon-vector-eye-open"></i>
|
2013-10-04 07:36:34 +02:00
|
|
|
Unmute the stream <b>{{stream.name}}</b>
|
2013-05-14 21:02:10 +02:00
|
|
|
{{/if}}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a class="compose_to_stream">
|
|
|
|
<i class="icon-vector-edit"></i>
|
2013-10-04 07:36:34 +02:00
|
|
|
Compose a message to stream <b>{{stream.name}}</b>
|
2013-05-14 21:02:10 +02:00
|
|
|
</a>
|
|
|
|
</li>
|
2013-06-18 22:15:41 +02:00
|
|
|
<li>
|
|
|
|
<a class="open_stream_settings">
|
|
|
|
<i class="icon-vector-cog"></i>
|
|
|
|
Stream settings
|
|
|
|
</a>
|
|
|
|
</li>
|
2013-05-17 21:35:17 +02:00
|
|
|
<li>
|
|
|
|
<span class="colorpicker-container"><input stream_name="{{stream.name}}" class="colorpicker" type="text" value="{{stream.color}}" /></span>
|
|
|
|
<a class="custom_color">Choose custom color</a>
|
|
|
|
</li>
|
2013-05-14 21:02:10 +02:00
|
|
|
|
|
|
|
</ul>
|