Sha256: d9a5f907d44de300b3a815b51f8f1059f0846765ee6f2885064a52f36a09f611
Contents?: true
Size: 461 Bytes
Versions: 19
Compression:
Stored size: 461 Bytes
Contents
- add_title 'Subscription Plan Pricing' .plans.row - for plan in @plans .plan.col-md-3 .well %h2 = plan.title .small= plan_charge_human plan %p= plan.description.html_safe %div{class:plan.title.gsub(' ',"_").downcase+'_subscribe_button'} = plan_button plan %h2= :features.l .table-responsive - if user_signed_in? = features_table highlight: current_user.plan - else = features_table
Version data entries
19 entries across 19 versions & 1 rubygems