Sha256: 5a9d2af531cd589fbab07ec017e83ff7146560dc565bc3dd3432e813e254e338

Contents?: true

Size: 880 Bytes

Versions: 6

Compression:

Stored size: 880 Bytes

Contents

.row-fluid
  .span12
    = f.select :class_group_ids, @class_groups,{prompt: t(:'class_group.none_assigned')}, label: t(:'class')

= render 'gaku/shared/form_fields/person_form_fields', f: f, person: @student

.row-fluid
  .span6
    = f.text_field :admitted, class: "datepicker", label: t(:admitted)
  .span6
    = f.text_field :graduated, class: "datepicker", label: t(:graduated)

.row-fluid
  .span3
    = f.collection_select(:scholarship_status_id, @scholarship_statuses, :id, :name, { include_blank: true }, label: t(:'student.scholarship_status'))
  .span3
    = f.collection_select(:enrollment_status_code, @enrollment_statuses, :code, :name, { include_blank: true }, label: t(:'enrollment_status.singular'))
  .span6
    = f.collection_select(:commute_method_type_id, @commute_method_types, :id, :name, { include_blank: true }, label: t(:'commute_method_type.singular'))

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/students/_form_fields.html.slim
gaku-0.0.3 core/app/views/gaku/students/_form_fields.html.slim
gaku-0.0.2 core/app/views/gaku/students/_form_fields.html.slim
gaku_core-0.0.2 app/views/gaku/students/_form_fields.html.slim
gaku-0.0.1 core/app/views/gaku/students/_form_fields.html.slim
gaku_core-0.0.1 app/views/gaku/students/_form_fields.html.slim