Sha256: a54f37c339004a2f64f6577ec97f2f7657dc378e08ae4c9453aafd53aa297997

Contents?: true

Size: 407 Bytes

Versions: 6

Compression:

Stored size: 407 Bytes

Contents

.row-fluid
  .span9
    = f.text_field :name, label: t(:'exam.name')
  .span3
    = f.number_field :weight, label: t(:'exam.weight')
.row-fluid
  .span6
    = f.text_area :description, size: "0x2", label: t(:'exam.description')
  .span6
    = f.text_area :adjustments, size: "0x2", label: t(:'exam.adjustments')
.row-fluid
  .span12
    = f.check_box :use_weighting, label: t(:'exam_portion.use_weighting')

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/exams/_form_fields.html.slim
gaku-0.0.3 core/app/views/gaku/exams/_form_fields.html.slim
gaku-0.0.2 core/app/views/gaku/exams/_form_fields.html.slim
gaku_core-0.0.2 app/views/gaku/exams/_form_fields.html.slim
gaku-0.0.1 core/app/views/gaku/exams/_form_fields.html.slim
gaku_core-0.0.1 app/views/gaku/exams/_form_fields.html.slim