Sha256: 10d8094a0e825bb66c5b60ca063f33aace8d74ad37870fe633db1533a75441ff

Contents?: true

Size: 562 Bytes

Versions: 1

Compression:

Stored size: 562 Bytes

Contents

%table.feature_comparison.table.table-bordered{ html_options }
  %tr
    %th= :plan_name.l
    %th= :cost.l
    - for feature in features
      %th= feature.title
    - if should_add_buttons
      %th= :subscribe.l
  - for plan in plans
    %tr{ class: highlight_plan == plan ? 'info' : ''}
      %td= :title_plan.l title: plan.title
      %td= plan_charge_human plan, user_signed_in? ? current_user.stripe_data.discount : nil
      - for feature in features
        %td= feature_display feature, plan
      - if should_add_buttons
        %td= plan_button plan

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paid_up-0.9.6 app/views/paid_up/features/_table.html.haml