mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Migrate the demo organization warning that's shown on all the tabs for organization settings to use the shared banner code. Updates links in the current warning to be buttons in the banner, and matches the navbar alert banner for demo organizations. Fixes #34447.
4 lines
99 B
Handlebars
4 lines
99 B
Handlebars
{{#if is_demo_organization }}
|
|
<div class="demo-organization-warning banner-wrapper"></div>
|
|
{{/if}}
|