app/views/paid_up/plans/index.html.haml in paid_up-0.9.6 vs app/views/paid_up/plans/index.html.haml in paid_up-0.9.7
- old
+ new
@@ -6,10 +6,10 @@
.well
%h2
= plan.title
.small= plan_charge_human plan, user_signed_in? ? current_user.stripe_data.discount : nil
%p= plan.description.html_safe
- %div{class:plan.title.gsub(' ',"_").downcase+'_subscribe_button'}
+ .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
\ No newline at end of file