Sha256: 31a2715498ddcf37709b890fb1cd39173cf58035dde6a640c0e58ab9ba9d4f30
Contents?: true
Size: 380 Bytes
Versions: 16
Compression:
Stored size: 380 Bytes
Contents
= f.text_field :name, label: t(:'grading_method.name') = f.text_field :description, label: t(:'grading_method.description') = f.select :grading_type, options_for_select(grading_methods_with_i18n), {prompt: t(:'grading_method.choose')}, label: t(:'grading_method.grading_type') = f.check_box :curved, label: t(:'grading_method.curved') = render 'criteria_form_fields', f: f
Version data entries
16 entries across 16 versions & 2 rubygems