mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
%h3 Resend unlock instructions
|
|
|
|
= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
|
|
|
|
= inputs_field_set do
|
|
= f.input :email
|
|
|
|
= actions_field_set do
|
|
= f.submit "Resend unlock instructions"
|
|
|
|
= render partial: "devise/shared/links"
|