<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post}) do |f| %>
<%= t('.forgot_your_password', :default => 'Forgot your password?') %>
<%= f.email_field :email, autofocus: true, class: "large-12 columns", placeholder: "Email"%>
<%= f.submit t('.send_me_reset_password_instructions', :default => "Send me reset password instructions"), class: "button expand large-12 large-centered columns" %>
<% end %>