.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 = "#{Category.model_name.human} Categories Confirmation" .vspace15 .fs10.lightgrey.text-center | You have chosen to add #{current_user.categories.count} categories to your profile: p.fs12.darkgrey.bold.pt10.pb10.text-center.text-cap - current_user.categories.each do |category| = category.name br/ .fs10.lightgrey.text-center = "The next step is to add specific #{Subject.model_name.human.pluralize} and #{Course.model_name.human.pluralize}" br/ | that you can provide expertise on. .fs10.lightgrey.text-center.pt40 | You are way 1/6 through completing your   strong = "#{Tutor.model_name.human}" |   profile! .fs10.lightgrey.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.pt30 button.blue-arrow.btn-link span | Next .clearfix