mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 01:05:01 -04:00
13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
- content_for :title, "Resend confirmation instructions"
|
|
|
|
= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f|
|
|
= devise_error_messages!
|
|
|
|
%p Enter either your login name or your email address to resend the confirmation email.
|
|
|
|
= f.label :login
|
|
= f.text_field :login
|
|
= f.submit "Resend confirmation instructions"
|
|
|
|
= render "devise/shared/links"
|