Sha256: 994ec3b790d974d9f02f8948a66851a2499eadaf8d55c2e8ab5f71c548ae3947

Contents?: true

Size: 569 Bytes

Versions: 19

Compression:

Stored size: 569 Bytes

Contents

<h2><%= Spree.t(:plans) %></h2>
<br/>
<% @plans.each do |plan| %>
  <div style='float:left;padding:20px;border:solid'>
    <strong><%= plan.name %></strong><br/>
    <%= number_to_currency plan.amount %> every <%= plan.interval_count %> <%= plan.interval.pluralize(plan.interval_count) %><br/>
    <%= plan.trial_period_days %> <%= 'day'.pluralize(plan.trial_period_days) %> trial <br/>
    <br/>
    <% if spree_current_user %>
      <%= button_link_to 'Subscribe', new_recurring_plan_subscription_url(plan) %>
    <% end %>
  </div>
<% end %>
<br style='clear:both'/>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
spree_account_recurring-2.0.0 app/views/spree/plans/index.html.erb
spree_account_recurring-1.3.1 app/views/spree/plans/index.html.erb
spree_account_recurring-1.2.1 app/views/spree/plans/index.html.erb
spree_account_recurring-1.3.0 app/views/spree/plans/index.html.erb
spree_account_recurring-1.2.0 app/views/spree/plans/index.html.erb
spree_account_recurring-1.1.5 app/views/spree/plans/index.html.erb
spree_account_recurring-1.0.7 app/views/spree/plans/index.html.erb
spree_account_recurring-1.1.4 app/views/spree/plans/index.html.erb
spree_account_recurring-1.0.6 app/views/spree/plans/index.html.erb
spree_account_recurring-1.0.5 app/views/spree/plans/index.html.erb
spree_account_recurring-1.1.3 app/views/spree/plans/index.html.erb
spree_account_recurring-1.1.2 app/views/spree/plans/index.html.erb
spree_account_recurring-1.0.4 app/views/spree/plans/index.html.erb
spree_account_recurring-1.0.3 app/views/spree/plans/index.html.erb
spree_account_recurring-1.0.2 app/views/spree/plans/index.html.erb
spree_account_recurring-1.1.1 app/views/spree/plans/index.html.erb
spree_account_recurring-1.1.0 app/views/spree/plans/index.html.erb
spree_account_recurring-1.0.1 app/views/spree/plans/index.html.erb
spree_account_recurring-1.0.0 app/views/spree/plans/index.html.erb