Sha256: f904626d861e4544f1ff17f8fbb40d0126ab837c9a5e3694a10e93fb8580e56f

Contents?: true

Size: 605 Bytes

Versions: 3

Compression:

Stored size: 605 Bytes

Contents

.form-group
  = f.label :full_name
  .row
    .col-sm-6
      = f.text_field :family_name, placeholder: f.object.class.human_attribute_name(:family_name)
    .col-sm-6
      = f.text_field :first_name, placeholder: f.object.class.human_attribute_name(:first_name)

.form-group
  = f.label :zip_code
  = f.text_field :zip_code, max_length: 8

.form-group
  = f.label :state_name
  = f.text_field :state_name

.form-group
  = f.label :city
  = f.text_field :city

.form-group
  = f.label :detail
  = f.text_field :detail

.form-group
  = f.label :phone_number
  = f.text_field :phone_number, max_length: 18

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comable-backend-0.7.1 app/views/comable/admin/shared/_address_form.slim
comable-backend-0.7.0 app/views/comable/admin/shared/_address_form.slim
comable-backend-0.7.0.beta2 app/views/comable/admin/shared/_address_form.slim