Sha256: dca54a1b254e5101aebd96714792853c2f43702b6f8a9dcf12de403956adc417

Contents?: true

Size: 679 Bytes

Versions: 1

Compression:

Stored size: 679 Bytes

Contents

<p>
  <strong>Stripe:</strong>
  <%= @subscription.stripe_id %>
</p>

<p>
  <strong>Customer:</strong>
  <%= @subscription.user.email %>
</p>

<p>
  <strong>Plan:</strong>
  <%= "#{@subscription.plan.name} #{plan_cost(@subscription.plan)}" %>
</p>

<p>
  <strong>Quantity:</strong>
  <%= @subscription.quantity %>
</p>

<p>
  <strong>Current period:</strong>
  <% # TODO: calculate subscription period %>
</p>

<p>
  <strong>Created:</strong>
  <%= created_date(@subscription.created_at) %>
</p>

<p>
  <strong>Tax percent:</strong>
  <%= @subscription.tax_percent %>
</p>

<%= link_to 'Edit', edit_subscription_path(@subscription) %> |
<%= link_to 'Back', subscriptions_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tang-0.0.1 app/views/tang/admin/subscriptions/show.html.erb