<%= devise_error_messages! %>

Forgot your password?

<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
<%= f.label :email, class: "crayons-field__label" %> <%= f.email_field :email, class: "crayons-textfield", placeholder: "you@email.com" %>
<%= f.submit "Send me reset password instructions", class: "crayons-btn" %>
<% end %>