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}}
|
2023-04-08 02:49:01 +02:00
|
|
|
<i class="zulip-icon zulip-icon-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}}
|
2023-04-08 02:49:01 +02:00
|
|
|
<i class="zulip-icon zulip-icon-hashtag" aria-hidden="true"></i>
|
2014-01-16 17:42:11 +01:00
|
|
|
{{/if}}
|