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