Sha256: ee6b8aef4c438a468a710a850dde74988c55092fbadd30d30fea6b25b72de6d4

Contents?: true

Size: 470 Bytes

Versions: 151

Compression:

Stored size: 470 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

151 entries across 151 versions & 1 rubygems

Version Path
renalware-core-2.0.147 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.146 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.145 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.144 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.143 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.142 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.141 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.140 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.139 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.138 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.137 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.136 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.135 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.134 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.133 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.132 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.131 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.130 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.129 app/views/renalware/directory/people/_form.html.slim
renalware-core-2.0.128 app/views/renalware/directory/people/_form.html.slim