% content_for :heading do %>
<%= t 'user.lost_password.heading' %>
<% end %>
<%= t 'user.lost_password.help_text' %>
<%= form_tag :action => 'lost_password' do %>
<%= text_field('user', 'email', { :tabindex => 1} ) %>
<%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %>
<% end %>