mirror of https://github.com/zulip/zulip.git
9 lines
279 B
Handlebars
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}}
|