mirror of https://github.com/zulip/zulip.git
self-hosting: Link free tier CTA button to server installation page.
Fixes #28929
This commit is contained in:
parent
4013336e3c
commit
af09f32b48
|
@ -180,9 +180,15 @@
|
|||
Unlimited push notifications<br />until {{ customer_plan.end_date.strftime('%d %B, %Y') }}
|
||||
</span>
|
||||
{% elif not is_self_hosted_realm %}
|
||||
{% if rendering_page == 'self_hosting' %}
|
||||
<a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button get-started-button">
|
||||
Install a Zulip server
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="/self-hosting/" class="button get-started-button">
|
||||
Self-host Zulip
|
||||
</a>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<div class="button-placeholder"></div>
|
||||
{% endif %}
|
||||
|
|
|
@ -280,7 +280,10 @@
|
|||
</div>
|
||||
|
||||
<div class="portico-pricing showing-self-hosted">
|
||||
{% with %}
|
||||
{% set rendering_page="self_hosting" %}
|
||||
{% include "corporate/pricing_model.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue