new.html.haml revision 08b16000bc04cebd76e75dcfc2e88231394967f8
%h2 Forgot your password?
= semantic_form_for resource, :url => password_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 => "Send me reset password instructions", :button_html => { :disable_with => t(:wait) }
= render "links"