Sha256: 101d9796aa0ac1b177a24395dbc659892bf926859f5ad7932611dd663e83532d
Contents?: true
Size: 610 Bytes
Versions: 5
Compression:
Stored size: 610 Bytes
Contents
= a.input :name, placeholder: "If different than above (optional)", wrapper: :horizontal_medium = a.input :street_1, wrapper: :horizontal_large = a.input :street_2, wrapper: :horizontal_large = a.input :street_3, wrapper: :horizontal_large = a.input :town, wrapper: :horizontal_medium = a.input :county, wrapper: :horizontal_small = a.input :postcode, wrapper: :horizontal_small = a.input :country, collection: Renalware::Country.all.map(&:name), wrapper: :horizontal_small = a.input :telephone, wrapper: :horizontal_medium = a.input :email, wrapper: :horizontal_medium
Version data entries
5 entries across 5 versions & 1 rubygems