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.2.0.pre.11 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.10 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.9 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.8 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.7 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.6 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.5 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.4 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.3 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.2 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre.1 app/views/comps/_new_person_form.html.haml
artfully_ose-1.2.0.pre app/views/comps/_new_person_form.html.haml
artfully_ose-1.1.0 app/views/comps/_new_person_form.html.haml
artfully_ose-1.1.0.rc2 app/views/comps/_new_person_form.html.haml
artfully_ose-1.1.0.rc1 app/views/comps/_new_person_form.html.haml
artfully_ose-1.0.0.rc4 app/views/comps/_new_person_form.html.haml
artfully_ose-1.0.0.rc3 app/views/comps/_new_person_form.html.haml