Sha256: 4b358f2d7fee0d5e9c2b18865d3e65a6e35e0e2ecf5703f16af4b3eb12a05c14

Contents?: true

Size: 379 Bytes

Versions: 25

Compression:

Stored size: 379 Bytes

Contents

<% if params['update'] == 'card' %>
  <%= render 'card', title: "Update Your Payment Information", url: owner_subscription_path(@owner, @subscription) %>
<% else %>
  <h1>What Plan Is Best For You?</h1>
  <%= render 'pricing_table' %>
  <p>You can also <%= link_to 'cancel your subscription', cancel_owner_subscription_path(@owner, @subscription), method: :post %>.</p>
<% end %>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
koudoku-0.0.9 app/views/koudoku/subscriptions/edit.html.erb
koudoku-0.0.8 app/views/koudoku/subscriptions/edit.html.erb
koudoku-0.0.7 app/views/koudoku/subscriptions/edit.html.erb
koudoku-0.0.6 app/views/koudoku/subscriptions/edit.html.erb
koudoku-0.0.5 app/views/koudoku/subscriptions/edit.html.erb