Sha256: bc61ac716d9c3e9336227c7e8bc28991fd9ae605aea92635ad7e5d29506022bf
Contents?: true
Size: 555 Bytes
Versions: 6
Compression:
Stored size: 555 Bytes
Contents
= index_header do #new-student-specialty.hide .pull-left = count_div 'student-specialties-count' do = print_count @count, t_specialty_list .pull-right = ajax_link_to_new 'Add Student Specialty', [:new, @student, :student_specialty], id: 'new-student-specialty-link' =hr = table_for 'student-specialties-index' do thead tr =th t(:'specialty.singular') =th t(:'specialty.major') =th_actions 2 tbody =render partial: 'student_specialty', collection: @student_specialties, as: :student_specialty
Version data entries
6 entries across 6 versions & 2 rubygems