Sha256: c81794fc343afad883b2d03af6e48c474daf552c60bd3a8120f7ac2c48a1eeb5

Contents?: true

Size: 353 Bytes

Versions: 6

Compression:

Stored size: 353 Bytes

Contents

= modal_for 'student-commute-method-modal' do
  = modal_header t(:'commute_method.edit')
  = modal_form_for [student, @commute_method] do |f|
    = modal_body do
      = f.select :commute_method_type_id, commute_method_types, prompt: t('default')
      = buttons_for @commute_method, nested_id: 'student-commute-method', label: t(:'commute_method.add')

Version data entries

6 entries across 6 versions & 2 rubygems

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