Sha256: 064b13945b2f69d5e150533227f40b565038d348898ae912a1fff88ae4494c1f
Contents?: true
Size: 623 Bytes
Versions: 20
Compression:
Stored size: 623 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_id, collection: Renalware::System::Country.pluck(:name, :id), wrapper: :horizontal_small = a.input :telephone, wrapper: :horizontal_medium = a.input :email, wrapper: :horizontal_medium
Version data entries
20 entries across 20 versions & 1 rubygems