1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/admin/confirmations/new.html.haml
2011-10-10 15:39:52 +01:00

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"