Sha256: 3509095a9e5cb7f8d055f1a93e1c1162c3b16d6c28a8056eb035968615d5157b
Contents?: true
Size: 471 Bytes
Versions: 5
Compression:
Stored size: 471 Bytes
Contents
= simple_form_for person, html: { autocomplete: "off" }, wrapper: "horizontal_form" do |f| = field_set_tag "Person" do = f.input :title, wrapper: :horizontal_tiny = f.input :given_name, wrapper: :horizontal_medium = f.input :family_name, wrapper: :horizontal_medium = field_set_tag "Postal Address" do = render "address_form", f: f = f.button :submit span= " or " = link_to "cancel", directory_people_path
Version data entries
5 entries across 5 versions & 1 rubygems