new.html.haml revision 40538f8b3af5a0f23baf731faf39f4abf6b78176
%h2= @page_title = 'Forgot your password?'
= simple_form_for resource, :url => password_path(resource_name), html: { class: 'form-horizontal' } do |f|
= f.input :email, :required => false, :input_html => {:required => true, :autofocus => true}
.form-actions
= f.button :submit, "Send me reset password instructions", disable_with: t(:wait), class: 'btn-primary'
= render "links"