X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/74b91c0e3e53b4b8da8d7f759ecca67ff5c39a7b..3666b674330ec8d14a224932a191d6121c5974e2:/app/views/users/login.html.erb diff --git a/app/views/users/login.html.erb b/app/views/users/login.html.erb index 2e7217f19..ac61d7df7 100644 --- a/app/views/users/login.html.erb +++ b/app/views/users/login.html.erb @@ -3,41 +3,41 @@ <% end %> <% content_for :heading do %> -

<%= t '.heading' %>

+

<%= t ".heading" %>

<% end %>
<%= form_tag({ :action => "login" }, { :id => "login_form" }) do %> - <%= hidden_field_tag('referer', h(params[:referer])) %> + <%= hidden_field_tag("referer", h(params[:referer])) %> -

<%= t '.no account' %> <%= link_to t('.register now'), :action => :new, :referer => params[:referer] %>

+

<%= t ".no account" %> <%= link_to t(".register now"), :action => :new, :referer => params[:referer] %>

-
+
<%= text_field_tag "username", params[:username], :tabindex => 1 %>
-
+
<%= password_field_tag "password", "", :tabindex => 2 %>
- <%= link_to t('.lost password link'), :controller => 'users', :action => 'lost_password' %> + <%= link_to t(".lost password link"), :controller => "users", :action => "lost_password" %>
<%= check_box_tag "remember_me", "yes", params[:remember_me] == "yes", :tabindex => 3 %> - <%= submit_tag t('.login_button'), :tabindex => 4 %> + <%= submit_tag t(".login_button"), :tabindex => 4 %>
@@ -49,9 +49,9 @@
-

<%= t '.with external' %>

+

<%= t ".with external" %>

-