X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7ab920de5fe349b5094cb66385b9829cfb3d8d6c..d86d2067ee4550bf3de671ebff1c1266d24aa076:/app/views/sessions/new.html.erb
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb
index b493de73b..c02b2d376 100644
--- a/app/views/sessions/new.html.erb
+++ b/app/views/sessions/new.html.erb
@@ -7,16 +7,16 @@
<% content_for :heading do %>
<% if @client_app_name %>
-
<%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %>
+ <%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %>
<% end %>
-
+
-
<%= link_to t("sessions.new.tab_title"), "#", :class => "nav-link active" %>
-
- <%= link_to t("users.new.tab_title"), url_for(:action => :new, :controller => :users), :class => "nav-link" %>
+ <%= link_to t("users.new.tab_title"), url_for(:action => :new, :controller => :users, :referer => params[:referer]), :class => "nav-link" %>
@@ -39,13 +39,13 @@
- <%= f.label :password, :class => "form-label" %>
+ <%= f.label :password, t(".password"), :class => "form-label" %>
<%= link_to(t(".lost password link"), user_forgot_password_path) %>
-
+
<%= f.form_group do %>
<%= f.check_box :remember_me, { :label => t(".remember"), :tabindex => 3, :checked => (params[:remember_me] == "yes") }, "yes" %>