2013-05-30 20:50:32 +02:00
|
|
|
{{! Stream sidebar rows }}
|
|
|
|
|
|
|
|
<li data-name="{{name}}" class="narrow-filter{{#if not_in_home_view}} out_of_home_view{{/if}}"
|
|
|
|
id="stream_sidebar_{{id}}">
|
|
|
|
|
|
|
|
{{! For some reason, even though the span is inline-block, if it is empty it
|
|
|
|
takes up no space and you don't see the background color. Thus, add a
|
|
|
|
to get the inline-block behavior we want. }}
|
|
|
|
|
2013-08-27 18:44:57 +02:00
|
|
|
<div class="subscription_block selectable_sidebar_block" data-name="{{name}}">
|
2013-08-12 23:05:20 +02:00
|
|
|
|
2014-02-14 21:31:45 +01:00
|
|
|
<div id="stream_sidebar_swatch_{{id}}" class="streamlist_swatch{{#if invite_only}} private-stream-swatch{{/if}}"
|
2013-08-27 08:56:06 +02:00
|
|
|
style="background-color: {{color}}"> </div>
|
2013-05-30 20:50:32 +02:00
|
|
|
|
2016-10-28 23:27:02 +02:00
|
|
|
<a href="{{uri}}" class="stream-name">{{name}}
|
2013-06-13 17:41:45 +02:00
|
|
|
</a>
|
2013-08-27 08:56:06 +02:00
|
|
|
|
2013-08-29 00:02:09 +02:00
|
|
|
<div class="count"><div class="value"></div></div>
|
2013-08-27 08:56:06 +02:00
|
|
|
|
2014-02-14 21:31:45 +01:00
|
|
|
<span id="stream_sidebar_privacy_swatch_{{id}}" class="stream-privacy" style="color: {{color}}">
|
2014-01-16 17:42:11 +01:00
|
|
|
{{partial "stream_privacy"}}
|
|
|
|
</span>
|
|
|
|
|
2013-08-27 08:56:06 +02:00
|
|
|
</div>
|
2013-09-17 21:24:00 +02:00
|
|
|
<span class="arrow stream-sidebar-arrow"><i class="icon-vector-chevron-down"></i></span>
|
2013-05-30 20:50:32 +02:00
|
|
|
|
|
|
|
</li>
|