mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
7 lines
207 B
Handlebars
7 lines
207 B
Handlebars
{{! This controls whether the swatchnext to streams in the left sidebar has a lock icon. }}
|
|
{{#if invite_only}}
|
|
<i class="fa fa-lock" aria-hidden="true"></i>
|
|
{{ else }}
|
|
<span class="hashtag"></span>
|
|
{{/if}}
|