Sha256: 4b1fa25bc3f5ddc4ded91ddeb919a7fd60cc37dc5b4970fa2c523f6f9a53221c

Contents?: true

Size: 326 Bytes

Versions: 6

Compression:

Stored size: 326 Bytes

Contents

= modal_for 'edit-commute-method-type-modal' do
  = modal_header t(:'commute_method_type.edit')
  = modal_form_for [:admin, @commute_method_type] do |f|
    = modal_body do
      = f.text_field :name, label: t(:'commute_method_type.name')
      = modal_buttons_for @commute_method_type, nested_id: 'admin-commute-method-type'

Version data entries

6 entries across 6 versions & 2 rubygems

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