X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..8bd001f1282b7a33a71c0565504e160dbe567d5d:/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..6f50526d9 100644 --- a/app/views/user/lost_password.html.erb +++ b/app/views/user/lost_password.html.erb @@ -1,18 +1,13 @@ <% content_for :heading do %> -

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

+

<%= t '.heading' %>

<% end %> -

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

+

<%= t '.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('.new password button'), :tabindex => 2 %> +
<% end %>