Sha256: aed36836c63c31cfe3c35b74a227dd8cfdfa67f42908e4faa43cfaa8c6d9d3db
Contents?: true
Size: 570 Bytes
Versions: 6
Compression:
Stored size: 570 Bytes
Contents
.row-fluid = table_for 'exam-exam-portions-index' do thead tr = th t(:'order') = th t(:'exam_portion.name') = th t(:'exam_portion.max_score') - if @exam.use_weighting = th t(:'exam_portion.weight') = th t(:'exam_portion.problem_count') = th t(:'exam_portion.attached_file_count') = th_actions 3 tbody class='sortable' data-sort-url="#{sort_exam_exam_portions_path(@exam)}" = render partial: 'gaku/exams/exam_portions/exam_portion', collection: @exam.exam_portions, as: :exam_portion
Version data entries
6 entries across 6 versions & 2 rubygems