Sha256: 3a3fb3359ae4e15e004cc191c969f9e36f1dd3a673c32c243706bb3cc57553ea

Contents?: true

Size: 532 Bytes

Versions: 6

Compression:

Stored size: 532 Bytes

Contents

.row-fluid
  = table_for 'syllabus-exams-index' do
    thead
      tr
        = th t(:'exam.name')
        = th t(:'exam.description')
        = th t(:'exam.adjustments')
        = th t(:'exam.weight')
        = th t(:'exam.use_weighting')
        = th_actions 3
    tbody
      - if @syllabus.exams.any?
        = render partial: 'gaku/syllabuses/exams/exam', collection: @syllabus.exams, as: :exam
      - else
        .alert.alert-danger.no-exam-msg
          = t(:'notice.no_resource_assign_first', resource: t(:'exam.plural'))

Version data entries

6 entries across 6 versions & 2 rubygems

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