mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-20 13:16:04 +01:00
10 lines
361 B
Text
10 lines
361 B
Text
.container
|
|
%h1 Forgot your password?
|
|
= bootstrap_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
|
|
= devise_error_messages!
|
|
|
|
= f.text_field :screen_name, autofocus: true, "User name"
|
|
= f.submit "Send me reset password instructions"
|
|
|
|
= render "devise/shared/links"
|
|
= render "shared/links"
|