mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
This restyles the color swatches to either be locks or hashes, and changes the notifications to be rounded rather than squared.
7 lines
194 B
Handlebars
7 lines
194 B
Handlebars
{{! This controls whether the swatchnext to streams in the left sidebar has a lock icon. }}
|
|
{{#if invite_only}}
|
|
<i class="icon-vector-lock"></i>
|
|
{{ else }}
|
|
<span class="hashtag"></span>
|
|
{{/if}}
|