Sha256: 38aa63e14936a3e76740dcf466a6660a65e3cf05bb82110aa5aebc62d9238bb8
Contents?: true
Size: 511 Bytes
Versions: 1
Compression:
Stored size: 511 Bytes
Contents
<p> <strong>ID:</strong> <%= @plan.stripe_id %> </p> <p> <strong>Name:</strong> <%= @plan.name %> </p> <p> <strong>Price:</strong> <%= plan_cost(@plan) %> </p> <p> <strong>Trial period days:</strong> <%= @plan.trial_period_days %> </p> <% if @plan.statement_descriptor.present? %> <p> <strong>Statement descriptor:</strong> <%= @plan.statement_descriptor %> </p> <% end %> <%= link_to 'Edit', tang.edit_admin_plan_path(@plan) %> | <%= link_to 'Back', tang.admin_plans_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tang-0.0.1 | app/views/tang/admin/plans/show.html.erb |