Sha256: 4826244e7c0440853b98b99c0a3f6db8227bd98c75c5a8051817651deeb154da
Contents?: true
Size: 954 Bytes
Versions: 5
Compression:
Stored size: 954 Bytes
Contents
<% if @subscription.plan.present? %> <h2><%= t('tellimus.subscriptions.subscribed') %></h2> <p><%= t('tellimus.subscriptions.subscribed_to_plan', :plan => @subscription.plan.name) %></p> <%= link_to t('tellimus.subscriptions.choose_other_plan'), edit_owner_subscription_path(@owner, @subscription), class: 'btn' %> <% else %> <h2><%= t('tellimus.subscriptions.no_subscription') %></h2> <p><%= t('tellimus.subscriptions.not_subscribed_to_plan') %></p> <%= link_to t('tellimus.subscriptions.choose_plan'), edit_owner_subscription_path(@owner, @subscription), class: 'btn' %> <% end %> <br><br> <h4><%= t('tellimus.payment.payment_information') %></h4> <p><%= t('tellimus.payment.card_on_file', payment_signature: @subscription.payment_signature, payment_type: @subscription.payment_type) %></p> <%= link_to t('tellimus.payment.update_payment_information'), edit_owner_subscription_path(@owner, @subscription, update: 'card'), class: 'btn' %>
Version data entries
5 entries across 5 versions & 1 rubygems