plans: Add current plan icon to cloud free current plan.

This commit is contained in:
Aman Agrawal
2023-12-07 06:00:16 +00:00
committed by Tim Abbott
parent bbacee7fe9
commit 21e64887f1

View File

@@ -36,6 +36,7 @@
{% if is_cloud_realm and on_free_tier %}
<div class="pricing-details"></div>
<a href='/upgrade/' class="button current-plan-button" type="button">
<i class="icon current-plan-icon"></i>
Current plan
</a>
{% elif not is_cloud_realm or is_new_customer %}