Sha256: fa6e74e7675592f77a8930ffedb670c6ce466b1d32065382f29633c3b8f5ea80
Contents?: true
Size: 818 Bytes
Versions: 16
Compression:
Stored size: 818 Bytes
Contents
.row .col-md-6 = f.select :school_id, options_from_collection_for_select(@schools, :id, :code_and_name), { prompt: t(:'school.choose') }, label: t(:'school.plural') .col-md-6 = f.text_field :student_id_number, label: t(:'external_school_record.student_id_number') .row .col-md-6 = f.text_field :beginning, class: 'datepicker', data: {:'date-format' => 'yyyy-mm-dd'}, label: t(:'external_school_record.beginning') .col-md-6 = f.text_field :ending, class: 'datepicker', data: {:'date-format' => 'yyyy-mm-dd'}, label: t(:'external_school_record.ending') .row .col-md-6 = f.text_field :units_absent, label: t(:'external_school_record.units_absent') .col-md-6 = f.text_field :total_units, label: t(:'external_school_record.total_units') = f.hidden_field :student_id, value: @student.id
Version data entries
16 entries across 16 versions & 2 rubygems