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