Sha256: 5a836eba6ebc558ea0daf9d5f40950ee00ef68628bded5b0d7030d93ee70d440
Contents?: true
Size: 367 Bytes
Versions: 11
Compression:
Stored size: 367 Bytes
Contents
= render 'tabs' = well_div do = table_for 'disposal-teacher-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: 'teacher', collection: @teachers, as: :teacher = paginate @teachers
Version data entries
11 entries across 11 versions & 3 rubygems