zulip/static/templates/stream_privacy.hbs

9 lines
279 B
Handlebars

{{! This controls whether the swatch next to streams in the left sidebar has a lock icon. }}
{{#if invite_only}}
<i class="fa fa-lock" aria-hidden="true"></i>
{{else if is_web_public}}
<i class="fa fa-globe" aria-hidden="true"></i>
{{else}}
<span class="hashtag"></span>
{{/if}}