X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cebb05a3ba6313c245509d7966cec184936f9c42..083375b3c33f6aae6d81b17f12318e80e5c992db:/app/views/users/reset_password.html.erb diff --git a/app/views/users/reset_password.html.erb b/app/views/users/reset_password.html.erb index afa4cb202..6290cca96 100644 --- a/app/views/users/reset_password.html.erb +++ b/app/views/users/reset_password.html.erb @@ -1,5 +1,5 @@ <% content_for :heading do %> -

<%= t '.heading', :user => current_user.display_name %>

+

<%= t ".heading", :user => current_user.display_name %>

<% end %> <%= error_messages_for current_user %> @@ -8,13 +8,13 @@ <%= hidden_field_tag(:token, params[:token]) %>
- - <%= password_field(:user, :pass_crypt, :value => '', :tabindex => 4) %> + + <%= password_field(:user, :pass_crypt, :value => "", :tabindex => 4) %>
- - <%= password_field(:user, :pass_crypt_confirmation, :value => '', :tabindex => 5) %> + + <%= password_field(:user, :pass_crypt_confirmation, :value => "", :tabindex => 5) %>
- <%= submit_tag t('.reset'), :tabindex => 6 %> + <%= submit_tag t(".reset"), :tabindex => 6 %>
<% end %>