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