mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 09:06:03 +01:00
c43543f8d3
This reverts commit 8226198f76
.
14 lines
472 B
Text
14 lines
472 B
Text
- provide(:title, generate_title('Unlock'))
|
|
.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|
|
|
= render 'devise/shared/error_messages', resource: resource
|
|
|
|
= f.email_field :email, autofocus: true, label: 'Email address'
|
|
|
|
= f.submit 'Resend unlock instructions'
|
|
|
|
= render 'devise/shared/links'
|
|
= render 'shared/links'
|