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

Version Path
gaku_frontend-0.3.0 app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.2.4 frontend/app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.2.4 app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.2.3 frontend/app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.2.3 app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.2.2 frontend/app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.2.2 app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.2.1 frontend/app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.2.1 app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.2.0 frontend/app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.2.0 app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.1.1 frontend/app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.1.1 app/views/gaku/exams/_weight_check_widget.html.slim
gaku-0.1.0 frontend/app/views/gaku/exams/_weight_check_widget.html.slim
gaku_frontend-0.1.0 app/views/gaku/exams/_weight_check_widget.html.slim