Sha256: 5df3f315785a1e24f7ccbbbe1b62d2bf7301bffa0e00d34b913bd54282531abc
Contents?: true
Size: 562 Bytes
Versions: 20
Compression:
Stored size: 562 Bytes
Contents
= index_header do #new-student-specialty.d-none .pull-left = count_div 'student-specialties-count' do = print_count @count, t(:'specialty.list') .pull-right = ajax_link_to_new t(:'specialty.add'), [: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
20 entries across 20 versions & 2 rubygems