zulip/static/templates/stream_privacy.handlebars

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}}