Sha256: a60eea9c21fd5c036f1c87dc8f5fba646a93f0a3a459ee672c0b6d251c3cd408
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 Bytes
Contents
= f.simple_fields_for :address, wrapper: "horizontal_form" do |fa| = fa.input :name, placeholder: "If different than above (optional)" = fa.input :organisation_name, placeholder: "e.g. practice or hospital name (optional)" = fa.input :street_1 = fa.input :street_2 = fa.input :street_3 = fa.input :town = fa.input :county = fa.input :postcode = fa.input :country, as: :string = fa.input :telephone = fa.input :email
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta4 | app/views/renalware/directory/people/_address_form.html.slim |