Sha256: 8b1be5740607c8c379cc52cac5b61a468a5403ebaac34b14573c7b818e55e9eb
Contents?: true
Size: 531 Bytes
Versions: 37
Compression:
Stored size: 531 Bytes
Contents
- add_title :subscription_plan_pricing.l .plans.row - for plan in @plans .plan.col-md-3 .well %h2 = plan.title .small= plan_charge_human plan, user_signed_in? ? current_user.stripe_data.discount : nil %p= plan.description.html_safe .hidden-print{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
37 entries across 37 versions & 1 rubygems