Sha256: 0de3eba3a4bbc7416e91bdee785c6dbf9b06bab10a08677419ad5b5eafe29341
Contents?: true
Size: 367 Bytes
Versions: 11
Compression:
Stored size: 367 Bytes
Contents
= render 'tabs' = well_div do = table_for 'disposal-student-index' do thead tr = th t(:'surname') = th t(:'name') = th t(:'surname_reading') = th t(:'name_reading') = th t(:'birth_date') = th_actions 3 tbody = render partial: 'student', collection: @students, as: :student = paginate @students
Version data entries
11 entries across 11 versions & 3 rubygems