Sha256: 7790f2f0041e2aa5b23da7c9ca1ab89e731f1ea78adab3229a0ee66bfce0ee38
Contents?: true
Size: 402 Bytes
Versions: 6
Compression:
Stored size: 402 Bytes
Contents
= sortable_table_for 'students-index' do thead tr = th_icon 'check' = th t(:'surname') = th t(:'name') = th t(:'birth_date') = th t(:'gender.label') = th t(:'class_group.name') = th t(:'admitted') = th t(:'address.primary') = th t(:'contact.primary') = th t(:'personal_information') = th_actions 3 tbody = render @students
Version data entries
6 entries across 6 versions & 2 rubygems