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
2013-02-14 22:12:30 +00: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.actions do
= f.submit "Resend confirmation instructions"
= render :partial => "devise/shared/links"