.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.fs20.text-center.pt15 = "Your #{Course.model_name.human.pluralize} Confirmation" .fs10.lh14.mediumgrey.text-center.pb10 | You have choosen to add strong.fs10 = " #{current_user.courses.count} #{Course.model_name.human.pluralize} " | to strong.fs10 = " #{current_user.course_subjects.count} #{Subject.model_name.human.pluralize} " ul.max-ht350.fs11.left.darkgrey.semibold.text-cap - current_user.courses.order('name asc').each do |course| li.bg-verylightgrey.pad-tb5.pl10.mb1 = course.name.titleize .fs10.lh14.mediumgrey.text-center = "The next step is to associate these #{Subject.model_name.human.pluralize} and #{Course.model_name.human.pluralize}" .fs10.lh14.mediumgrey.text-center.pt15 | You are way 3/6 through completing your   strong = Tutor.model_name.human |   profile! .fs10.lh14.mediumgrey.text-center | Your information has been saved. = simple_form_for @user, as: :user, turboboost: true, :url => profile_path(params[:id]), validate: true do |f| .text-center.pad-tb30 button.blue-arrow.btn-link span | Next .clearfix