Sha256: 73285e0c6a2846c35241fca5eabe6131cbb2758f536b5090a29e07cc226444c3
Contents?: true
Size: 251 Bytes
Versions: 16
Compression:
Stored size: 251 Bytes
Contents
= sortable_table_for 'teachers-index' do thead tr = th t(:'surname') = th t(:'name') = th t(:'birth_date') = th t(:'gender.label') = th t(:'personal_information') = th_actions 2 tbody = render @teachers
Version data entries
16 entries across 16 versions & 2 rubygems