X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22c80d21bebd460828f2aacf71347c66a6c7152e..fb9afd32db582cda6cebfbb84c93c0aa2b4bbb03:/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 3a7542294..19147e0b0 100644 --- a/app/views/user/lost_password.html.erb +++ b/app/views/user/lost_password.html.erb @@ -6,8 +6,8 @@ <%= form_tag :action => 'lost_password' do %>
- + <%= text_field('user', 'email', { :tabindex => 1} ) %> - + <%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %>
<% end %>