<%= text_field('user', 'email', { :tabindex => 1} ) %>
<%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %>
</div>
<%= text_field('user', 'email', { :tabindex => 1} ) %>
<%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %>
</div>