X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4c2b591bbfb7205fbd1bad1eae92fe073345478f..f68ca9ebc223b276f53d3073367d7e3d8ed9e6c8:/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 cb844c67c..c5d8bb004 100644 --- a/app/views/user/lost_password.html.erb +++ b/app/views/user/lost_password.html.erb @@ -1,9 +1,13 @@ -

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


+

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

+ +

<%= 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} ) %>
<%= t 'user.lost_password.email address' %><%= text_field('user', 'email', {:size => 50, :maxlength => 255, :tabindex => 1} ) %>
-
- <% end %>