diff options
Diffstat (limited to 'app/views/users/passwords/new.html.haml')
| -rw-r--r-- | app/views/users/passwords/new.html.haml | 11 |
1 files changed, 11 insertions, 0 deletions
| diff --git a/app/views/users/passwords/new.html.haml b/app/views/users/passwords/new.html.haml new file mode 100644 index 0000000..03d3854 --- /dev/null +++ b/app/views/users/passwords/new.html.haml | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | %h2 Forgot your password? | ||
| 2 | = devise_error_messages! | ||
| 3 | #principal | ||
| 4 | = form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| | ||
| 5 | .field | ||
| 6 | = f.label :email | ||
| 7 | = f.email_field :email, autofocus: true | ||
| 8 | .submit-field | ||
| 9 | = f.submit "Submit" | ||
| 10 | .navigation= link_to "Log in", new_session_path(resource_name) | ||
| 11 | .navigation= link_to "← Back to thoughts", root_url | ||
