Sha256: dabff9acbccfd341f1abee2be1e6eca7e3686cddcefba8ce3dd6bd5951e60452

Contents?: true

Size: 575 Bytes

Versions: 20

Compression:

Stored size: 575 Bytes

Contents

.row
  .col-md-8
    = f.text_field :name, label: t(:'exam.name')
  .col-md-1
    = f.number_field :weight, label: t(:'exam.weight')
  .col-md-3
    = f.select :department_id, options_from_collection_for_select(@departments, :id, :name), {prompt: true}, class: 'span6', label: t(:'department.singular')

.row
  .col-md-6
    = f.text_area :description, size: "0x2", label: t(:'exam.description')
  .col-md-6
    = f.text_area :adjustments, size: "0x2", label: t(:'exam.adjustments')

.row
  .col-md-6
    = f.check_box :use_weighting, label: t(:'exam_portion.use_weighting')

Version data entries

20 entries across 20 versions & 2 rubygems

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