<% if params['update'] == 'card' %> <%= render 'card', title: "Update Your Payment Information", url: owner_subscription_path(@owner, @subscription) %> <% else %>

What Plan Is Best For You?

<%= render 'pricing_table' %>

You can also <%= link_to 'cancel your subscription', cancel_owner_subscription_path(@owner, @subscription), method: :post %>.

<% end %>