13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
%h2
|
|
Resend confirmation instructions
|
|
= form_for(resource_name, resource, :url => confirmation_path(resource_name)) do |f|
|
|
= f.error_messages
|
|
%p
|
|
= f.label :email
|
|
%p
|
|
= f.text_field :email
|
|
%p
|
|
= f.submit "Resend confirmation instructions"
|
|
- end
|
|
= render :partial => "devise/shared/links"
|