Sha256: 73530afade3e392437671aa75aa39fc1a003716e8049ace217fffe9b687c0142

Contents?: true

Size: 611 Bytes

Versions: 20

Compression:

Stored size: 611 Bytes

Contents

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

  table.table.table-bordered.th-center
    tbody
      tr
        th.active
          = t(:'exam.name')
        td
          h2 = @exam.name
      tr
        th.active = t(:'department.singular')
        td = @exam.department
      tr
        th.active = t(:'exam.weight')
        td = @exam.weight
      tr
        th.active = t(:'exam.description')
        td = @exam.description
      tr
        th.active = t(:'exam.adjustments')
        td = @exam.adjustments

= 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/show.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/exams/show.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/exams/show.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/exams/show.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/exams/show.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/exams/show.html.slim
gaku-0.2.4 frontend/app/views/gaku/exams/show.html.slim
gaku_frontend-0.2.4 app/views/gaku/exams/show.html.slim
gaku-0.2.3 frontend/app/views/gaku/exams/show.html.slim
gaku_frontend-0.2.3 app/views/gaku/exams/show.html.slim
gaku-0.2.2 frontend/app/views/gaku/exams/show.html.slim
gaku_frontend-0.2.2 app/views/gaku/exams/show.html.slim
gaku-0.2.1 frontend/app/views/gaku/exams/show.html.slim
gaku_frontend-0.2.1 app/views/gaku/exams/show.html.slim
gaku-0.2.0 frontend/app/views/gaku/exams/show.html.slim
gaku_frontend-0.2.0 app/views/gaku/exams/show.html.slim
gaku-0.1.1 frontend/app/views/gaku/exams/show.html.slim
gaku_frontend-0.1.1 app/views/gaku/exams/show.html.slim
gaku-0.1.0 frontend/app/views/gaku/exams/show.html.slim
gaku_frontend-0.1.0 app/views/gaku/exams/show.html.slim