mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
portico: Set standalone 'Choose a plan' header for self-hosters.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<div id="plans-and-pricing" class="pricing-model">
|
<div id="plans-and-pricing" class="pricing-model">
|
||||||
<div class="padded-content">
|
<div class="padded-content">
|
||||||
|
{% if is_self_hosted_realm %}
|
||||||
|
<h1>Choose a plan</h1>
|
||||||
|
{% else %}
|
||||||
<h1>Zulip plans and pricing</h1>
|
<h1>Zulip plans and pricing</h1>
|
||||||
<div class="h1-subheader">
|
<div class="h1-subheader">
|
||||||
You can <a href="https://zulip.com/help/zulip-cloud-or-self-hosting">move
|
You can <a href="https://zulip.com/help/zulip-cloud-or-self-hosting">move
|
||||||
@@ -9,6 +12,7 @@
|
|||||||
<a href="https://zulip.readthedocs.io/en/stable/production/export-and-import.html">import
|
<a href="https://zulip.readthedocs.io/en/stable/production/export-and-import.html">import
|
||||||
</a> tools.
|
</a> tools.
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
<div class="pricing-container">
|
<div class="pricing-container">
|
||||||
<div id="cloud" class="cloud-plan-title pricing-tab">
|
<div id="cloud" class="cloud-plan-title pricing-tab">
|
||||||
<h2>Zulip Cloud</h2>
|
<h2>Zulip Cloud</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user