mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
6 lines
247 B
Handlebars
6 lines
247 B
Handlebars
{{#if invite_only}}
|
|
<span class="subscription_lock"><i class="icon-vector-lock" style="color: {{color}}"></i></span>
|
|
{{else}}
|
|
<span class="color_swatch fade {{#subscribed}}in{{/subscribed}}" style="background-color: {{color}}"></span>
|
|
{{/if}}
|