Update <%= @tutors.name %>


<%= simple_form_for @tutors, :url => update_admin_tutor_path(@tutors), :html => {:class => 'form-horizontal', :role=> "form"} do |f| %> <%= f.input :name %> <%= f.input :exp_title %> <%= f.input :email %> <%= f.input :phone %> <%= f.input :rate %> <%= f.input :account_no %> <%= f.input :routing_no %> <%= f.input :bank_uri %> <%= f.input :balanced_student_uri %> <%= f.input :billed_length %> <%= f.input :streak %> <%= f.input :level %> <%= f.input :major, :label=> "Industry" %> <%= f.input :location %> <%= f.input :session_duration ,:label => "Appointment Duration"%> <%= f.input :max_session_length ,:label => "Max Appointment Length"%> <%= f.input :min_session_length ,:label => "Min Appointment Length"%> <%= f.input :about_me,:label=> "Experience" ,input_html: {:style => 'height:100px;'} %> <%= f.input :searchable %> <%= f.input :is_featured %>

<%= f.button :submit, "Update <%=Tutor.model_name.human%>", id: "update_tutor_button", :class=> "btn btn-primary" %>
<% end %>