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. }}
|
|
|
|
|
|
|
|
<span id="stream_sidebar_swatch_{{id}}" class="streamlist_swatch"
|
|
|
|
style="background-color: {{color}}"> </span>
|
|
|
|
|
2013-06-13 17:41:45 +02:00
|
|
|
<span class="subscription_block">
|
|
|
|
<a href="{{uri}}" class="subscription_name">{{name}}
|
|
|
|
<span class="count">(<span class="value"></span>)</span>
|
|
|
|
</a>
|
|
|
|
{{#if invite_only}}
|
2013-08-02 20:24:10 +02:00
|
|
|
<i class="icon-vector-lock"></i>
|
2013-06-13 17:41:45 +02:00
|
|
|
{{/if}}
|
|
|
|
</span>
|
2013-06-12 21:25:49 +02:00
|
|
|
<span class="arrow"><i class="icon-vector-chevron-down"></i></span>
|
2013-05-30 20:50:32 +02:00
|
|
|
|
|
|
|
</li>
|