Sha256: 17220cec7e944782cab533ee2e55c032276759f1b5fa036499ee557da802c6cb
Contents?: true
Size: 704 Bytes
Versions: 20
Compression:
Stored size: 704 Bytes
Contents
.col-md-12.well .row h3 = t('exam.weight') .row .exam-portion-error / .alert.alert-danger / = t('exam.weight') .row table.table.table-striped.table-bordered.table-condensed.exam-portions-weight thead - exam.exam_portions.each_with_index do |portion, i| th.btn-warning = "#{portion.name} #{t('exam.weight')}" tbody =render partial: 'gaku/exams/exam_portions/exam_portion_weight_td', collection: exam.exam_portions, as: :portion table.table.table-striped.table-bordered.table-condensed.exam-portions-total-weight thead th.btn-inverse = t('exam.total_weight') tbody td#weight-total.vm = exam.total_weight
Version data entries
20 entries across 20 versions & 2 rubygems