Sha256: b7d5f95b26576c600406f7b5b858b2b3863f3539e337889024e2f96c0f1958ae
Contents?: true
Size: 326 Bytes
Versions: 26
Compression:
Stored size: 326 Bytes
Contents
<div class='plan-info'> <p> You are changing to the '<%= @plan.name %>' plan. </p> <p> This plan costs <strong>$<%= @plan.price %></strong> per month. </p> </div> <% if current_account.braintree_subscription_id.present? %> <%= render "existing_subscription" %> <% else %> <%= render "new_subscription" %> <% end %>
Version data entries
26 entries across 26 versions & 1 rubygems