app/views/devise/passwords/new.html.haml
- content_for :title, "Forget your password?"
= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
= errors_for resource
.required
= f.label :email
= f.text_field :email, :value => params[:email]
%div.buttons= f.submit "Send me reset password instructions"