Retrospring/app/views/devise/passwords/new.html.haml

9 lines
326 B
Plaintext
Raw Normal View History

2014-08-01 08:40:48 -07:00
.container
%h1 Forgot your password?
2014-10-27 22:36:38 -07:00
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
2014-08-01 08:40:48 -07:00
= devise_error_messages!
= f.text_field :screen_name, autofocus: true, "User name"
2014-08-01 08:40:48 -07:00
= f.submit "Send me reset password instructions"
= render "devise/shared/links"