mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 20:26:04 +01:00
12 lines
No EOL
398 B
Text
12 lines
No EOL
398 B
Text
.container
|
|
%h1 Resend unlock instructions
|
|
= render 'layouts/messages'
|
|
|
|
= bootstrap_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
|
|
= devise_error_messages!
|
|
|
|
= f.email_field :email, autofocus: true, label: "Email address"
|
|
|
|
= f.submit "Resend unlock instructions"
|
|
|
|
= render "devise/shared/links" |