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

Version Path
gaku_frontend-0.3.0 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku-0.2.4 frontend/app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.2.4 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku-0.2.3 frontend/app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.2.3 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku-0.2.2 frontend/app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.2.2 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku-0.2.1 frontend/app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.2.1 app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku-0.2.0 frontend/app/views/gaku/students/external_school_records/_form_fields.html.slim
gaku_frontend-0.2.0 app/views/gaku/students/external_school_records/_form_fields.html.slim