<div class="standard-form">
<label><%= t 'user.lost_password.email address' %></label>
<%= text_field('user', 'email', { :tabindex => 1} ) %>
- <input type="submit" value="<%= t'user.lost_password.new password button' %>" tabindex="2">
+ <%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %>
</div>
<% end %>