Sha256: f7a0d979f9c3f6f168663c0da30bd6908136c6fbcc9709b11d63e21189309487

Contents?: true

Size: 482 Bytes

Versions: 19

Compression:

Stored size: 482 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= plan.title
      %td= plan_charge_human plan
      - for feature in features
        %td= feature_display feature, plan
      - if should_add_buttons
        %td= plan_button plan

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
paid_up-0.8.1 app/views/paid_up/features/_table.html.haml
paid_up-0.7.11 app/views/paid_up/features/_table.html.haml
paid_up-0.7.10 app/views/paid_up/features/_table.html.haml
paid_up-0.7.9 app/views/paid_up/features/_table.html.haml
paid_up-0.7.8 app/views/paid_up/features/_table.html.haml
paid_up-0.7.7 app/views/paid_up/features/_table.html.haml
paid_up-0.7.6 app/views/paid_up/features/_table.html.haml
paid_up-0.7.5 app/views/paid_up/features/_table.html.haml
paid_up-0.7.4 app/views/paid_up/features/_table.html.haml
paid_up-0.7.3 app/views/paid_up/features/_table.html.haml
paid_up-0.7.2 app/views/paid_up/features/_table.html.haml
paid_up-0.7.1 app/views/paid_up/features/_table.html.haml
paid_up-0.7.0 app/views/paid_up/features/_table.html.haml
paid_up-0.6.5 app/views/paid_up/features/_table.html.haml
paid_up-0.6.4 app/views/paid_up/features/_table.html.haml
paid_up-0.6.3 app/views/paid_up/features/_table.html.haml
paid_up-0.6.2 app/views/paid_up/features/_table.html.haml
paid_up-0.6.1 app/views/paid_up/features/_table.html.haml
paid_up-0.6.0 app/views/paid_up/features/_table.html.haml