Sha256: 4c7edac2d917bdccd8e4d6e150da98a28ba3f7a8db8fbc909ff0fadddfb67bdd

Contents?: true

Size: 371 Bytes

Versions: 37

Compression:

Stored size: 371 Bytes

Contents

= parent_form.fields_for target do |person_form|
  %li
    .label= person_form.label :first_name, "First Name"
    .element= person_form.text_field :first_name
  %li
    .label= person_form.label :last_name, "Last Name"
    .element= person_form.text_field :last_name
  %li
    .label= person_form.label :email, "Email Address"
    .element= person_form.text_field :email

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/comps/_new_person_form.html.haml
artfully_ose-1.3.0.pre3 app/views/comps/_new_person_form.html.haml
artfully_ose-1.3.0.pre2 app/views/comps/_new_person_form.html.haml
artfully_ose-1.3.0.pre1 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.beta.1 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.alpha.2 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.alpha.1 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.27 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.26 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.24 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.23 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.21 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.20 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.19 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.18 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.17 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.16 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.15 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.12 app/views/comps/_new_person_form.html.haml