<%= t('.title') %>
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
<%= render "shared/error_messages", :target => resource %>
-
<%= f.label :email, :class => 'desc' %>
<%= f.text_field :email %>
-
<%= f.submit t('.send_me_reset_password_instructions') %>
<% end %>
<%= render :partial => "devise/shared/links" %>