password recovery renaming
This commit is contained in:
parent
639eb2ba04
commit
a5e7fef642
8 changed files with 12 additions and 12 deletions
|
@ -5,5 +5,5 @@
|
|||
<%else%>
|
||||
<%= button_to "Login", '/login', method: :get%>
|
||||
<%= button_to "Sign Up", '/users/new', method: :get%>
|
||||
<%= button_to "Password recovery", '/password_recovery', method: :get%>
|
||||
<%= button_to "Password recovery", '/password_recovery_request', method: :get%>
|
||||
<%end%>
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<%= form_with url: "/password_recovery", method: :post do |form| %>
|
||||
<%= form.text_field :email %>
|
||||
<%= form.submit "Send email" %>
|
||||
<% end %>
|
4
app/views/users/password_recovery_request_form.erb
Normal file
4
app/views/users/password_recovery_request_form.erb
Normal file
|
@ -0,0 +1,4 @@
|
|||
<%= form_with url: "/password_recovery_request", method: :post do |form| %>
|
||||
<%= form.text_field :email %>
|
||||
<%= form.submit "Send email" %>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue