Sha256: 6260541eaabb3d8bc87ef537709d3089c0f6b2cc887c71c7ab56cd13df0a648a

Contents?: true

Size: 807 Bytes

Versions: 4

Compression:

Stored size: 807 Bytes

Contents

= f.simple_fields_for :address, wrapper: "horizontal_form" do |fa|
  = fa.input :name,
              placeholder: "If different than above (optional)",
              wrapper: :horizontal_medium
  = fa.input :organisation_name,
              placeholder: "e.g. practice or hospital name (optional)",
              wrapper: :horizontal_medium
  = fa.input :street_1, wrapper: :horizontal_medium
  = fa.input :street_2, wrapper: :horizontal_medium
  = fa.input :street_3, wrapper: :horizontal_medium
  = fa.input :town, wrapper: :horizontal_small
  = fa.input :county, wrapper: :horizontal_small
  = fa.input :postcode, wrapper: :horizontal_small
  = fa.input :country, as: :string, wrapper: :horizontal_small
  = fa.input :telephone, wrapper: :horizontal_small
  = fa.input :email, wrapper: :horizontal_small

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta8 app/views/renalware/directory/people/_address_form.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/directory/people/_address_form.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/directory/people/_address_form.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/directory/people/_address_form.html.slim