X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..1f7dd79daf44de5f8f8b6c246a269e44bb258175:/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..4d1689ef9 100644 --- a/app/views/user/lost_password.html.erb +++ b/app/views/user/lost_password.html.erb @@ -1,9 +1,18 @@ -

<%= 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 %> +<%= 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 %>