Sha256: e531a3782c0b8292341554bb775fb25a695b0057667f815c3e6510ce72bc373e

Contents?: true

Size: 388 Bytes

Versions: 6

Compression:

Stored size: 388 Bytes

Contents

.row
  .col-md-6
    = f.text_field :name, label: t(:'exam.name')
  .col-md-6
    = f.select :grading_method_id, options_for_select(@grading_methods), { include_blank: true }, label: t(:'exam.grading_method')
.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')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/syllabuses/exams/_form_fields.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/syllabuses/exams/_form_fields.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/syllabuses/exams/_form_fields.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/syllabuses/exams/_form_fields.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/syllabuses/exams/_form_fields.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/syllabuses/exams/_form_fields.html.slim