This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/peoples/_people_form.rhtml

11 lines
369 B
Plaintext

<p>
<label for="people_title">Name</label> <%= text_field 'people', 'title' %>
</p>
<p>
<label for="people_password">Password</label> <%= password_field 'people', 'password' %>
</p>
<p>
<label for="people_password_confirmation">Password Confirmation</label> <%= password_field 'people', 'password_confirmation' %>
</p>
<%= render :partial => 'pages/page_form' %>