mirror of https://github.com/zulip/zulip.git
portico: Remove development environment testing plan.
This commit is contained in:
parent
ace8344b5a
commit
2090a10aad
|
@ -187,70 +187,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% if development_environment %}
|
||||
<div class="price-box" tabindex="-1">
|
||||
<div class="text-content">
|
||||
<h2>Business</h2>
|
||||
<ul class="feature-list">
|
||||
<li><span>All Free features included</span></li>
|
||||
<li><span>Professional support with SLAs</span></li>
|
||||
<li><span>High availability</span></li>
|
||||
<li><span>Incident collaboration</span></li>
|
||||
<li><span>Advanced compliance</span></li>
|
||||
<li><span>Funds the Zulip open source project</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="text-content">
|
||||
{% if is_legacy_server_with_scheduled_upgrade and legacy_server_new_plan.tier == legacy_server_new_plan.TIER_SELF_HOSTED_BUSINESS %}
|
||||
<a href="{{ billing_base_url }}/billing/" class="button current-plan-button">
|
||||
Upgrade is scheduled
|
||||
</a>
|
||||
{% elif is_self_hosted_realm and on_free_tier and not sponsorship_pending %}
|
||||
<a href="{{ billing_base_url }}/sponsorship/" class="button current-plan-button request-sponsorship">
|
||||
Request sponsorship
|
||||
</a>
|
||||
<a href="{{ billing_base_url }}/upgrade/" class="button upgrade-button">
|
||||
{% if free_trial_days %}
|
||||
Start {{ free_trial_days }}-day free trial
|
||||
{% else %}
|
||||
Upgrade to Business
|
||||
{% endif %}
|
||||
</a>
|
||||
{% elif is_self_hosted_realm and (is_sponsored or (customer_plan and customer_plan.tier == customer_plan.TIER_SELF_HOSTED_BUSINESS)) %}
|
||||
<a href='{{ billing_base_url }}/billing' class="button current-plan-button" type="button">
|
||||
<i class="icon current-plan-icon"></i>
|
||||
{% if on_free_trial %}
|
||||
Current plan (free trial)
|
||||
{% else %}
|
||||
Current plan
|
||||
{% endif %}
|
||||
</a>
|
||||
{% elif is_self_hosted_realm and sponsorship_pending %}
|
||||
<a href="{{ billing_base_url }}/billing/" class="button current-plan-button" type="button">
|
||||
Sponsorship pending
|
||||
</a>
|
||||
{% elif is_self_hosted_realm %}
|
||||
<a href="{{ billing_base_url }}/sponsorship/" class="button upgrade-button request-sponsorship">
|
||||
Request sponsorship
|
||||
</a>
|
||||
<a href="{{ billing_base_url }}/upgrade/" class="button upgrade-button">
|
||||
{% if free_trial_days %}
|
||||
Start {{ free_trial_days }}-day free trial
|
||||
{% else %}
|
||||
Upgrade to Business
|
||||
{% endif %}
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="mailto:sales@zulip.com" target="_blank" rel="noopener noreferrer" class="button upgrade-button">
|
||||
Contact sales
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="price-box" tabindex="-1">
|
||||
<div class="text-content">
|
||||
<h2>Enterprise</h2>
|
||||
|
|
Loading…
Reference in New Issue