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