Sha256: 695fde58a8fc8c77440fb7171b2235e75d0804109315b3848e17bedae863ed61
Contents?: true
Size: 481 Bytes
Versions: 24
Compression:
Stored size: 481 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.name %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
24 entries across 24 versions & 1 rubygems