.mgn_t_20
= render :partial => "shared/tutor_wizard", :locals => {:option => {:subject => :current}}
.mgn_t_20.white_bg.pad_h_40
.pad_t_10
%hr.border_t_3.grey
.row-fluid.pad_t_20
.span3
= image_tag 'tutor_wizard/PickSubjects.png', :alt => 'Subjects'
.span9
%h1.header_1.size4em.txt_black What subjects do you tutor?
.clear
%div.txt_black.bold{:style => 'font-family: kreon light;'}
By adding the subjects that you tutor, the student will be able to locate you through the Fixxpert search engine more efficiently. Students will mainly be searching by subject and course number
/ -subject and course number.--
%p
%div{:style => 'font-size: 1.1em;'} Examples are "Math","English" or "Latin."
.row-fluid
#subjects_form
= errors_for @user
= form_for @user, url: update_subjects_tutor_subjects_path do |f|
.input_list_holder
= f.text_field :subject_tokens, placeholder: "start typing here", class: 'token-input', "data-provider" => "/api/subjects.json", "data-pre" => @user.subjects.to_json
= f.submit 'Update Subjects', id:'submit', class: 'ts_btn mgn_t_20'