mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
hello: Add link to plans and pricing at bottom of page.
This had lived only in the prod branch as part of the now-defunct "beta" form, and thus needs to be re-added now.
This commit is contained in:
parent
b2c29274f3
commit
783b67346a
@ -524,6 +524,12 @@
|
||||
|
||||
<div class="padded-content call-to-action-bottom">
|
||||
<h1>Experience Zulip today!</h1>
|
||||
{% if root_domain_landing_page %}
|
||||
<a href="{{ url('plans') }}">
|
||||
<button href="" class="download-button" type="button"
|
||||
name="button">{{ _('See plans and pricing!') }}</button>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if register_link_disabled %}
|
||||
{% elif only_sso %}
|
||||
<a href="{{ url('login-sso') }}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user