Sha256: 22999f26d6e9480e9f97260c0be0f33c203d24c3bd41675af61b2fdc6353d8a7

Contents?: true

Size: 834 Bytes

Versions: 16

Compression:

Stored size: 834 Bytes

Contents

#exam-portions-modal
#exam-exam-portions
  = index_header do
    #new-exam-exam-portion.d-none
    .pull-right
      = ajax_link_to_new t(:'exam.add_portion'), [:new, @exam, :exam_portion], id: 'new-exam-exam-portion-link'

  = index_body do
     = table_for 'exam-exam-portions-index' do
      thead
        tr
          = th t(:'order')
          = th t(:'exam_portion.name')
          = th t(:'exam_portion.max_score')
          - if @exam.use_weighting
            = th t(:'exam_portion.weight')
          = th t(:'exam_portion.problem_count')
          = th t(:'exam_portion.attached_file_count')
          = th_actions 3
      tbody class='sortable' data-sort-url="#{sort_exam_exam_portions_path(@exam)}"
          = render partial: 'gaku/exams/exam_portions/exam_portion', collection: @exam.exam_portions, as: :exam_portion



Version data entries

16 entries across 16 versions & 2 rubygems

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