mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
%h3 Forgot your password?
|
|
|
|
= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
|
|
|
|
= inputs_field_set do
|
|
= f.input :email, required: true
|
|
|
|
= actions_field_set do
|
|
= f.submit "Reset Password"
|
|
|
|
= render partial: "devise/shared/links"
|