.mgn_t_20.white_bg.pad_h_40.pad_v_20 %h1.header_1 Students you have Tutored %hr/ %table#students_with_interactions_list.table.table-condensed.table-striped %tr %th{:width => '350px', :colspan => 2} Name - @students_with_interactions.each do |student| %tr %td{:width => '30px'} = image_tag student.image.url(:thumb), class: 'pull-left' %td{:width => '320px'} = link_to student.name, tutor_student_path(student), id: "show_contacted_student_#{student.id}" - if current_user.has_confirmed_sessions_with_student?(student) = link_to "Book Session", new_tutor_student_tutoring_session_path(student), :class => [:btn, 'pull-right'], :remote => true