X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..9fdea1c7398618a99e5b553af2674db7f7326b23:/app/views/user/lost_password.html.erb diff --git a/app/views/user/lost_password.html.erb b/app/views/user/lost_password.html.erb index 4d1689ef9..19147e0b0 100644 --- a/app/views/user/lost_password.html.erb +++ b/app/views/user/lost_password.html.erb @@ -5,14 +5,9 @@

<%= t 'user.lost_password.help_text' %>

<%= form_tag :action => 'lost_password' do %> - - - - - - - - - -
<%= t 'user.lost_password.email address' %><%= text_field('user', 'email', {:size => 50, :maxlength => 255, :tabindex => 1} ) %>
+
+ + <%= text_field('user', 'email', { :tabindex => 1} ) %> + <%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %> +
<% end %>