Files
zulip/web/templates/settings/demo_organization_warning.hbs
Lauryn Menard fde3e01236 demo-orgs: Use banners for org settings demo organization warning.
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.
2025-05-07 16:48:12 -07:00

4 lines
99 B
Handlebars

{{#if is_demo_organization }}
<div class="demo-organization-warning banner-wrapper"></div>
{{/if}}