X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/50091893d44ecfc48c13bb2269f23a6f23aea1d2..fdffd22ccadda9c4ed2a4332de4c3b7c77bae012:/app/views/users/lost_password.html.erb diff --git a/app/views/users/lost_password.html.erb b/app/views/users/lost_password.html.erb index 46d18b430..3cfd8cc83 100644 --- a/app/views/users/lost_password.html.erb +++ b/app/views/users/lost_password.html.erb @@ -1,13 +1,13 @@ <% content_for :heading do %> -

<%= t '.heading' %>

+

<%= t ".heading" %>

<% end %> -

<%= t '.help_text' %>

+

<%= t ".help_text" %>

-<%= form_tag :action => 'lost_password' do %> +<%= form_tag :action => "lost_password" do %>
- - <%= text_field('user', 'email', :tabindex => 1) %> - <%= submit_tag t('.new password button'), :tabindex => 2 %> + + <%= text_field("user", "email", :tabindex => 1) %> + <%= submit_tag t(".new password button"), :tabindex => 2 %>
<% end %>