Sha256: e81a4c9850c6314a4103f760f9d631bc943110893878298073071a8222e725d3
Contents?: true
Size: 588 Bytes
Versions: 44
Compression:
Stored size: 588 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.hidden-print= :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.hidden-print= plan_button plan
Version data entries
44 entries across 44 versions & 1 rubygems