.modal-content.no-shadow.pt20
.col-xs-12.col-sm-12.no-padding
section#info
.wbox
.ptle
= "Become a #{Configurations::General.application_name} Tutoring"
.para
| Are you an awesome #{Tutor.model_name.human}? Do you want a flexible way to make extra cash? Become a #{Tutor.model_name.human}! The application only takes 1 min!
.subtle
| Select all that apply:
.clearfix
.boxset
.col-xs-12.col-sm-12
= link_to upgrade_users_path(upgrade_type: 'tutor'), class: 'btn btn-default mb10', method: :patch, remote: true, data: {confirm: "Please confirm your upgrade to #{Tutor.model_name.human} and then complete your entire profile.", title: "Confirm your Action", commit: 'Upgrade'} do
| #{Tutor.model_name.human}
.clearfix
.subtle
| Select this box if you wish to continue with a Basic #{Student.model_name.human} account.
label.center-block.w25
.center-block.mt20.day-checkbox
= check_box_tag(:as_student)
.clearfix
= simple_form_for @user, as: :user, turboboost: true, :url => profile_path(params[:id]), validate: true do |f|
#student_to_dashboard.center
button.btn.btn-link.btn-green-book.mt20.hide
| Continue
.clearfix.pb100