.mgn_t_20 = render :partial => "shared/tutor_wizard", :locals => {:option => {:course => :current}} .mgn_t_20.white_bg.pad_h_40 .row-fluid.pad_t_20 .span3 = image_tag 'tutor_wizard/PickCourses.png', :alt => 'Courses' .span9 %h1.header_1.size4em.txt_black WHAT CLASSES DO YOU TUTOR? .clear %div.txt_black.bold{:style => 'font-family: kreon light;'} = "By adding the courses 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." .mgn_t_20 Type in the subjects that you tutor and the course numbers corresponding will appear. Then select the specific course numbers that you can tutor. %p %div{:style => 'font-size: 1.1em;'} Examples could be "Calculus", "Math 115",or "Calculus 1." .mgn_t_20.white_bg.pad_h_40 .row-fluid.pad_t_20 #course_form.span8 = form_tag tutor_courses_path, method: :get, id: 'tutor_courses_search' do .course_search = text_field_tag :query, params[:query], placeholder: 'start typing here', class: 'search-query', id: "course_search" .span4 %h1.size1em{:style => "font-family: 'Header 1', sans-serif; margin: 0; font-size: 1.5em;"} Classes you currently tutor %table#tutor_courses_list.addedCourses.courseList.table.table-condensed.table-striped %tbody{:class => @current_courses.exists? ? '' : 'empty'} - if @current_courses.exists? - @current_courses.each do |course| %tr %td= course_checkbox(course.id, @current_courses_ids) %td = course.name = course.description - else %tr %td{:rowsapn => 2} You currently tutor no classes = render 'courses/index'