X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/50091893d44ecfc48c13bb2269f23a6f23aea1d2..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/app/views/users/login.html.erb diff --git a/app/views/users/login.html.erb b/app/views/users/login.html.erb index 2e7217f19..9bfa23cbc 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,7 +49,7 @@
-

<%= t '.with external' %>

+

<%= t ".with external" %>

- + <%= hidden_field_tag("openid_referer", params[:referer]) if params[:referer] %> <%= text_field_tag("openid_url", "", :tabindex => 3, :class => "openid_url") %> - (<%= t 'users.account.openid.link text' %>) + (" target="_new"><%= t "users.account.openid.link text" %>)
- <%= submit_tag t('.login_button'), :tabindex => 6, :id => "login_openid_submit" %> + <%= submit_tag t(".login_button"), :tabindex => 6, :id => "login_openid_submit" %>