This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-12-04 01:03:13 -05:00
|
|
|
<p>
|
|
|
|
<label for="people_title">Name</label> <%= text_field 'people', 'title' %>
|
|
|
|
</p>
|
2008-01-07 02:32:07 -05:00
|
|
|
<p>
|
|
|
|
<label for="people_password">Password</label> <%= text_field 'people', 'password' %>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<label for="people_password_confirmation">Password Confirmation</label> <%= text_field 'people', 'password_confirmation' %>
|
|
|
|
</p>
|
2007-12-04 01:03:13 -05:00
|
|
|
<%= render :partial => 'pages/page_form' %>
|