Sha256: 48559104c9ba5e057eb249ca567c4e7f2c938a8e12503b24dc30c1a056f31f52

Contents?: true

Size: 521 Bytes

Versions: 6

Compression:

Stored size: 521 Bytes

Contents

- add_title :subscription_plan_pricing.l

.plans.row
  - for plan in @plans
    .plan.col-md-3
      .well
        %h2
          = plan.title
          .small= plan_charge_human plan, user_signed_in? ? current_user.stripe_data.discount : nil
        %p= plan.description.html_safe
        %div{class:plan.title.gsub(' ',"_").downcase+'_subscribe_button'}
          = plan_button plan
%h2= :features.l
.table-responsive
  - if user_signed_in?
    = features_table highlight: current_user.plan
  - else
    = features_table

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
paid_up-0.9.6 app/views/paid_up/plans/index.html.haml
paid_up-0.9.5 app/views/paid_up/plans/index.html.haml
paid_up-0.9.4 app/views/paid_up/plans/index.html.haml
paid_up-0.9.3 app/views/paid_up/plans/index.html.haml
paid_up-0.9.2 app/views/paid_up/plans/index.html.haml
paid_up-0.9.1 app/views/paid_up/plans/index.html.haml