new.html.haml revision f09f213473bc50378e9630c851e7ab4c1db07d1b
%h2= @page_title = '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 => { 'data-disable-with' => t(:wait) }
= render "links"