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