4 lines
No EOL
143 B
Text
4 lines
No EOL
143 B
Text
<%= form_with url: "/password_recovery", method: :post do |form| %>
|
|
<%= form.text_field :email %>
|
|
<%= form.submit "Send email" %>
|
|
<% end %> |