Sha256: 01b489889f686341cf48e0e6510f04571aa7d36e962683ce14a98c96464db3ab

Contents?: true

Size: 718 Bytes

Versions: 6

Compression:

Stored size: 718 Bytes

Contents

.span12.well
  .row-fluid
    h3  = t('exam.weight')
  .row-fluid
    .exam-portion-error
      / .alert.alert-error
      /   = t('exam.weight')
  .row-fluid
    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

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.0.3 core/app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.0.2 core/app/views/gaku/exams/_weight_check_widget.html.slim
gaku_core-0.0.2 app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.0.1 core/app/views/gaku/exams/_weight_check_widget.html.slim
gaku_core-0.0.1 app/views/gaku/exams/_weight_check_widget.html.slim