Sha256: 1e046f7f1974283dffa38dfc65f82b1122d37928b2b3bc35b14d9ef6cb287f96

Contents?: true

Size: 366 Bytes

Versions: 6

Compression:

Stored size: 366 Bytes

Contents

= table do
  thead
    tr
      = th t(:'order')
      = th t(:'exam_portion.name')
      = th t(:'exam_portion.max_score')
      = th t(:'exam_portion.weight')
      = th t(:'exam_portion.problem_count')
      = th t(:'exam_portion.attached_file_count')
      = th_actions 3
  tbody
    = render 'gaku/exams/exam_portions/exam_portion', exam_portion: @exam_portion

Version data entries

6 entries across 6 versions & 2 rubygems

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