<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
<%= t 'devise.forgot_password' %>
<%= f.email_field :email, autofocus: true, placeholder: 'Email', class: 'form-control' %>
<%= f.submit t('devise.send_reset_password'), class: 'btn btn-default' %>
<% end %>
- <%= link_to t('devise.sign_in'), new_user_session_path %>
- <%= link_to t('devise.sign_up'), new_user_registration_path %>
- <%= link_to t('devise.go_back'), root_path %>