new.html.haml revision 08b16000bc04cebd76e75dcfc2e88231394967f8
%h2 Resend confirmation instructions
= semantic_form_for resource, :url => confirmation_path(resource_name) do |f|
= f.inputs do
= f.input :email, :required => false, :input_html => {:required => true, :autofocus => true}
= f.actions do
= f.action :submit, :label => "Resend confirmation instructions", :button_html => { :disable_with => t(:wait) }
= render "links"