9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
|
<p>
|
||
|
<%= label_tag :name %>
|
||
|
<%= text_field_tag "user[name]" %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<%= f.label :email %>
|
||
|
<%= f.text_field :email %>
|
||
|
</p>
|