.modal-content.no-shadow #info.col-xs-12.col-sm-12.bg-white section .col-xs-12.no-padding.col-sm-4.bg-sbar = render 'onboard_sidebar' .col-xs-12.no-padding.col-sm-8 h4.text-center.pt15 = "#{Subject.model_name.human.pluralize} Confirmation" .fs10.mediumgrey.text-center.mb15 | You have chosen to add  strong.fs10 = " #{current_user.subjects.count} #{Subject.model_name.human.pluralize} to your profile:" ul.max-ht350.fs11.left.darkgrey.semibold.text-cap.mb10 - current_user.subjects.with_courses.each do |subject| li.bg-verylightgrey.pad-tb5.pl10.mb1 = subject.name.titleize .fs10.mediumgrey.text-center.lh16.pt5 = "The next step is to associate these #{Subject.model_name.human.pluralize} with your known" strong.fs10 = " #{Course.model_name.human.pluralize}." .fs10.mediumgrey.text-center.pt5.lh16 | You are way 2/6 through completing your strong.fs10 |  Expert |  profile! .fs10.mediumgrey.text-center.pt5 | Your information has been saved. = simple_form_for @user, as: :user, turboboost: true, :url => profile_path(params[:id]), validate: true do |f| .text-center.mt30 button.blue-arrow.btn-link span | Next .ht200 .clearfix