% if params['update'] == 'card' %> <%= render 'card', title: "Update Your Payment Information", url: owner_subscription_path(@owner, @subscription) %> <% else %>
You can also <%= link_to 'cancel your subscription', cancel_owner_subscription_path(@owner, @subscription), method: :post %>.
<% end %>