mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
7 lines
497 B
Plaintext
7 lines
497 B
Plaintext
<div class="noActiveSubscriptionBanner">
|
|
<% if @tenant.tenant_billing.trial? %>
|
|
<span>Your trial has ended. Please <%= link_to 'subscribe', get_url_for(method(:request_billing_page_url)), data: {turbolinks: false} %> to continue using our services.</span>
|
|
<% else %>
|
|
<span>Your subscription has ended. Please <%= link_to 'renew your subscription', get_url_for(method(:request_billing_page_url)), data: {turbolinks: false} %> to continue using our services.</span>
|
|
<% end %>
|
|
</div> |