Sha256: 22999f26d6e9480e9f97260c0be0f33c203d24c3bd41675af61b2fdc6353d8a7
Contents?: true
Size: 834 Bytes
Versions: 16
Compression:
Stored size: 834 Bytes
Contents
#exam-portions-modal #exam-exam-portions = index_header do #new-exam-exam-portion.d-none .pull-right = ajax_link_to_new t(:'exam.add_portion'), [:new, @exam, :exam_portion], id: 'new-exam-exam-portion-link' = index_body do = 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
16 entries across 16 versions & 2 rubygems