Sha256: 1ebb8f50c86b4e9d14e2d963a58eb7853e4677ac79e16b106b96fe3afcff2fc1

Contents?: true

Size: 508 Bytes

Versions: 5

Compression:

Stored size: 508 Bytes

Contents

<% if params['update'] == 'card' %>
  <%= render 'card', title: t('tellimus.payment.update_payment_information'), url: owner_subscription_path(@owner, @subscription) %>
<% else %>
  <h1><%= t('tellimus.subscriptions.which_plan_is_best') %></h1>
  <%= render 'pricing_table' %>
  <p><%= t('tellimus.subscriptions.cancel_your_subscription_note_html', :link => (link_to t('koudoku.subscriptions.cancel_your_subscription'), cancel_owner_subscription_path(@owner, @subscription), method: :post)) %></p>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tellimus-0.1.2 app/views/tellimus/subscriptions/edit.html.erb
tellimus-0.1.1 app/views/tellimus/subscriptions/edit.html.erb
tellimus-0.1.0 app/views/tellimus/subscriptions/edit.html.erb
tellimus-0.0.4 app/views/tellimus/subscriptions/edit.html.erb
tellimus-0.0.3 app/views/tellimus/subscriptions/edit.html.erb