X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/72e33046c80bddc0ca9b1336786dcb4b349137f7..22c80d21bebd460828f2aacf71347c66a6c7152e:/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 cdee822e4..3a7542294 100644 --- a/app/views/user/lost_password.html.erb +++ b/app/views/user/lost_password.html.erb @@ -1,16 +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, :tabindex => 1} ) %>
+<%= form_tag :action => 'lost_password' do %> +
+ + <%= text_field('user', 'email', { :tabindex => 1} ) %> + +
<% end %>