Sha256: 3fa331749c2beee9be151b8f7e55c4e6e56ab5f26fbaa21594fa3d0bb540dde8
Contents?: true
Size: 391 Bytes
Versions: 14
Compression:
Stored size: 391 Bytes
Contents
.row .col-md-6 = f.text_field :name, label: t(:'exam.name') .col-md-6 = f.collection_select :grading_method_id, @grading_methods, :id, :name, { 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
14 entries across 14 versions & 2 rubygems