Sha256: 8ab287161b31ff0c9894de9e149cdba49fb60f84010f669eca617875437ba80c

Contents?: true

Size: 641 Bytes

Versions: 15

Compression:

Stored size: 641 Bytes

Contents

.row
  .col-md-6
    = ep_form.text_field :name, value: ep_form.object.name || t(:'exam.singular'), label: t(:'exam_portion.name')
  .col-md-2
    = ep_form.number_field :weight, label: t(:'exam_portion.weight')
  .col-md-2
    = ep_form.number_field :problem_count, label: t(:'exam_portion.problem_count')
  .col-md-2
    = ep_form.number_field :max_score, label: t(:'exam_portion.max_score'), value: ep_form.object.max_score || 100
.row
  .col-md-6
    = ep_form.text_area :description, size: "0x2", label: t(:'exam_portion.description')
  .col-md-6
    = ep_form.text_area :adjustments, size: "0x2", label: t(:'exam_portion.adjustments')

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
gaku_frontend-0.3.0.pre.0 app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku-0.2.4 frontend/app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku_frontend-0.2.4 app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku-0.2.3 frontend/app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku_frontend-0.2.3 app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku-0.2.2 frontend/app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku_frontend-0.2.2 app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku-0.2.1 frontend/app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku_frontend-0.2.1 app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku-0.2.0 frontend/app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku_frontend-0.2.0 app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku-0.1.1 frontend/app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku_frontend-0.1.1 app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku-0.1.0 frontend/app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim
gaku_frontend-0.1.0 app/views/gaku/shared/form_fields/_exam_portion_form_fields.html.slim