mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This commit redesigns the upgrade and sponsorship banners by adding AVAILABLE_ON_STANDARD, UPGRADE_ACCESS_BANNER, and UPGRADE_OR_SPONSORSHIP_BANNER. Fixes part of #34252.
8 lines
205 B
Handlebars
8 lines
205 B
Handlebars
<div>
|
|
{{#unless is_guest}}
|
|
{{#unless zulip_plan_is_not_limited}}
|
|
<div class="upgrade-organization-banner-container banner-wrapper"></div>
|
|
{{/unless}}
|
|
{{/unless}}
|
|
</div>
|