#page-header.row
= render "page_headers/skill_confirm"
#main-content
#info.col-xs-12.col-sm-10.col-sm-offset-1
.max-ht350.fs11.left.darkgrey.semibold.text-cap
- current_user.skills.each do |skill|
.col-xs-12.col-sm-12.col-md-6.col-lg-6.mtb5.center
.gconfirm
= skill.name
.center.ptb10
p.fs11
| The next step is to set your weekly Availability so that others can book you and you can get paid.
p.fs11
| You are way 4/6 through completing your
strong
= "#{Tutor.model_name.human}"
| profile!
p.fs11
| Your information has been saved.
= simple_form_for @user, as: :user, turboboost: true, :url => profile_path(params[:id]), validate: true do |f|
.text-center.pb30
button.blue-arrow.btn-link
span
| Next
.clearfix