Sha256: c95e47ae58a86f4c75e31816a2ab4eb7ad9436944c0b91872566934ad026f091
Contents?: true
Size: 387 Bytes
Versions: 11
Compression:
Stored size: 387 Bytes
Contents
= render 'tabs' = well_div do = table_for 'exams-index' do thead tr = th t(:'exam.name') = th t(:'exam.description') = th t(:'exam.adjustments') = th t(:'exam.weight') = th t(:'exam.use_weighting') = th_actions 2 tbody = render partial: 'gaku/admin/disposals/exam', collection: @exams, as: :exam = paginate @exams
Version data entries
11 entries across 11 versions & 3 rubygems