portico: Update pricing buttons on business, self-hosting.

This also defaults to the Zulip Cloud plans tab on the business
page.
This commit is contained in:
Karl Stolley 2023-12-05 09:06:37 -06:00 committed by Tim Abbott
parent 2ea37a54a6
commit acbe843b09
2 changed files with 5 additions and 5 deletions

View File

@ -32,8 +32,8 @@
<a href="/new/" class="button"> <a href="/new/" class="button">
{{ _('Create organization') }} {{ _('Create organization') }}
</a> </a>
<a href="/plans/" class="button"> <a href="#plans-and-pricing" class="button">
{{ _('View pricing') }} {{ _('Plans & pricing') }}
</a> </a>
<a href="/self-hosting/" class="button"> <a href="/self-hosting/" class="button">
{{ _('Self-host Zulip') }} {{ _('Self-host Zulip') }}
@ -568,7 +568,7 @@
</div> </div>
</div> </div>
<div class="portico-pricing showing-self-hosted"> <div class="portico-pricing showing-cloud">
{% include "corporate/pricing_model.html" %} {% include "corporate/pricing_model.html" %}
</div> </div>

View File

@ -23,8 +23,8 @@
<p>Open-source team chat with enterprise-grade reliability and security.</p> <p>Open-source team chat with enterprise-grade reliability and security.</p>
</div> </div>
<div class="hero-buttons center"> <div class="hero-buttons center">
<a href="#feature-pricing-self-hosting" class="button"> <a href="#plans-and-pricing" class="button">
{{ _('Features & pricing') }} {{ _('Plans & pricing') }}
</a> </a>
<a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button">Install Zulip {{ latest_release_version }}</a> <a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button">Install Zulip {{ latest_release_version }}</a>
<a href="/for/business/" class="button"> <a href="/for/business/" class="button">