_person.rhtml 137 Bytes
<h2><%= _('Personal information') %></h2>

  <%= f.text_field(:email)%>

  <%= render :partial => 'person_form', :locals => {:f => f} %>