Files
zulip/static/templates/stream_privacy.handlebars
Brock Whittaker c506a92d05 left-sidebar: Restyle to have new look.
This restyles the color swatches to either be locks or hashes,
and changes the notifications to be rounded rather than squared.
2017-04-25 17:47:36 -07:00

7 lines
194 B
Handlebars

{{! This controls whether the swatchnext to streams in the left sidebar has a lock icon. }}
{{#if invite_only}}
<i class="icon-vector-lock"></i>
{{ else }}
<span class="hashtag"></span>
{{/if}}