11 lines
361 B
Plaintext
11 lines
361 B
Plaintext
<p>
|
|
<label for="people_title">Name</label> <%= text_field 'people', 'title' %>
|
|
</p>
|
|
<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>
|
|
<%= render :partial => 'pages/page_form' %>
|