zulip/static/templates/stream_privacy.handlebars

5 lines
155 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>
{{/if}}