{ content_for :title, "Password Reset | Metamaps" } { content_for :mobile_title, "Password Reset" }
{ form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :class => "forgotPassword centerGreyForm" }) do |f| }

FORGOT PASSWORD?

{ f.label :email, "Enter your email:", :class => "firstFieldText" } { f.email_field :email, :autofocus => true }
{ f.submit "Send Password Reset Instructions" }
{ end }