<p>
<%= label_tag :name %>
<%= text_field_tag "user[name]" %>
</p>
<%= f.label :email %>
<%= f.text_field :email %>