2020-03-28 06:26:38 +01:00
|
|
|
{{! This controls whether the swatch next to streams in the left sidebar has a lock icon. }}
|
2014-01-16 17:42:11 +01:00
|
|
|
{{#if invite_only}}
|
2018-07-03 02:15:31 +02:00
|
|
|
<i class="fa fa-lock" aria-hidden="true"></i>
|
2019-04-07 20:29:25 +02:00
|
|
|
{{else if is_web_public}}
|
2022-03-01 11:25:40 +01:00
|
|
|
<i class="zulip-icon zulip-icon-globe" aria-hidden="true"></i>
|
2019-04-07 20:29:25 +02:00
|
|
|
{{else}}
|
2017-04-17 22:19:47 +02:00
|
|
|
<span class="hashtag"></span>
|
2014-01-16 17:42:11 +01:00
|
|
|
{{/if}}
|