Sha256: a981d14119f61f4ceef1964b7bd4ec82f49e8a93434702733002e373f4c28c0f

Contents?: true

Size: 710 Bytes

Versions: 20

Compression:

Stored size: 710 Bytes

Contents

= panel_for 'exam-panel' do
  = panel_header 'Exam Portion information', @exam

  table.table.table-bordered.th-center
    tbody
      tr
        th.active
          = t(:'order')
        td
          h2 = drag_field
      tr
        th.active = t(:'exam_portion.name')
        td = @exam_portion.name
      tr
        th.active = t(:'exam_portion.max_score')
        td = @exam_portion.max_score
      tr
        th.active = t(:'exam_portion.weight')
        td
          - if @exam.use_weighting
            = @exam_portion.weight
      tr
        th.active = t(:'exam_portion.problem_count')
        td = @exam_portion.problem_count

= render 'tabs'

= footer do
  .col-md-12
    = link_to_index exams_path

Version data entries

20 entries across 20 versions & 2 rubygems

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