X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..d2a43c7e4a5b0129a337e1c0eaa55a116d306669:/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..cf7f9b7d0 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' %>


+<% content_for :heading do %> +

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

+<% end %> + +

<%= 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} ) %>
-
- +<%= form_tag :action => 'lost_password' do %> +
+ + <%= text_field('user', 'email', { :tabindex => 1} ) %> + <%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %> +
<% end %>