UI and naming changes
This commit is contained in:
parent
a5e7fef642
commit
dace874f4f
12 changed files with 22 additions and 18 deletions
|
@ -1,2 +1,2 @@
|
|||
<h1>Users#create</h1>
|
||||
<h3>Users#create</h3>
|
||||
<p>Find me in app/views/users/create.html.erb</p>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<h1>Sign Up</h1>
|
||||
<h3>Sign Up</h3>
|
||||
<%= form_for @user do |f|%>
|
||||
<%= f.label :email%><br>
|
||||
<%= f.text_field :email%><br>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
Recover password
|
||||
|
||||
<%= form_with url: "/recover_password", method: :post do |form| %>
|
||||
<%= form.text_field :password %>
|
||||
<%= form.text_field :repeated_password %>
|
||||
<%= form.hidden_field :recovery_code, :value => @recovery_code %>
|
||||
<%= form.password_field :password %>
|
||||
<%= form.password_field :password_confirmation %>
|
||||
<%= form.hidden_field :recovery_password, :value => @recovery_password %>
|
||||
<%= form.hidden_field :user_id, :value => @user_id %>
|
||||
<%= form.submit "Change password" %>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue