=page_header "Forgot your password?" = simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| = f.error_notification = f.input :email, :required => true = f.button :submit, "Send", :class => 'btn'