Sha256: ebd7c9425d27167b58a42c2179f42e1dc4333681ada92943e908b378cc67c76a

Contents?: true

Size: 881 Bytes

Versions: 15

Compression:

Stored size: 881 Bytes

Contents

<ol>
  <% @plans.each do |plan| %>
    <%= content_tag_for :li, plan, :class => plan.name.parameterize do %>
      <%= render(plan) %>
    <% end %>
  <% end %>
</ol>

<ul class="terms">
  <li>
    <h3>Monthly Plans</h3>
    <p>All paid plans work on a monthly billing cycle, and the prices shown on this page reflect the monthly costs of using the service.</p>
  </li>
  <li>
    <h3>Upgrade or Downgrade Anytime</h3>
    <p>Once you signup you can upgrade, downgrade, or cancel your account at any time. The new charge will take effect on your next billing. If you cancel your account, we'll never bill you again. We don't pro-rate partial months, and we cannot issue refunds for partial or previous months.</p>
  </li>
  <li>
    <h3>Questions?</h3>
    <p>Have questions about plans or billing? <%= link_to "Get in touch", "http://help.#{request.domain}" %>!</p>
  </li>
</ul>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
saucy-0.2.13 app/views/plans/index.html.erb
saucy-0.2.12 app/views/plans/index.html.erb
saucy-0.2.11 app/views/plans/index.html.erb
saucy-0.2.10 app/views/plans/index.html.erb
saucy-0.2.9 app/views/plans/index.html.erb
saucy-0.2.8.1 app/views/plans/index.html.erb
saucy-0.2.8 app/views/plans/index.html.erb
saucy-0.2.7 app/views/plans/index.html.erb
saucy-0.2.6.1 app/views/plans/index.html.erb
saucy-0.2.6 app/views/plans/index.html.erb
saucy-0.2.5 app/views/plans/index.html.erb
saucy-0.2.4.1 app/views/plans/index.html.erb
saucy-0.2.4 app/views/plans/index.html.erb
saucy-0.2.3 app/views/plans/index.html.erb
saucy-0.2.2 app/views/plans/index.html.erb