rename username to email
This commit is contained in:
parent
7412853a3e
commit
cd40ef66c6
9 changed files with 18 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
<h1>Sign Up</h1>
|
||||
<%= form_for @user do |f|%>
|
||||
<%= f.label :username%><br>
|
||||
<%= f.text_field :username%><br>
|
||||
<%= f.label :email%><br>
|
||||
<%= f.text_field :email%><br>
|
||||
<%= f.label :password%><br>
|
||||
<%= f.password_field :password%><br>
|
||||
<%= f.submit %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue