about summary refs log tree commit diff stats
path: root/app/controllers/concerns/.keep
Commit message (Expand)AuthorAgeFilesLines
* Initial commitKelly Rauchenberger2017-06-241-0/+0
n/app/views/users/passwords/new.html.haml?h=dependabot/bundler/loofah-2.19.1&id=1794920731d00d5639f3cf53408d7ef96e22a607'>plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
%h2 Forgot your password?
= devise_error_messages!
#principal
  = form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
    .field
      = f.label :email
      = f.email_field :email, autofocus: true
    .submit-field
      = f.submit "Submit"
.navigation= link_to "Log in", new_session_path(resource_name)
.navigation= link_to "← Back to thoughts", root_url