Sha256: ddb85f96e95f212bddea80a29af2632f56361a799b724814c1c4b3d34f260717

Contents?: true

Size: 428 Bytes

Versions: 20

Compression:

Stored size: 428 Bytes

Contents

= remote_form_for @exam do |f|
  .panel.panel-default
    .panel-heading
      = t(:'exam.singular')
    .panel-body
      = render 'form_fields', f: f

  .panel.panel-default
    .panel-heading
      = t(:'exam_portion.master')
    .panel-body
      = f.fields_for :exam_portions do |ep_form|
        = render 'gaku/shared/form_fields/exam_portion_form_fields', ep_form: ep_form
  .row
    .col-md-12
      = buttons_for @exam

Version data entries

20 entries across 20 versions & 2 rubygems

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