X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/161fc8ac47f6a3435f357be9af230a5c44735a9c..a90302aecf579ca29fa5ea0b1e9d03f81b8bbde4:/app/views/users/new.html.erb
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb
index a705ddf30..b1a85d60d 100644
--- a/app/views/users/new.html.erb
+++ b/app/views/users/new.html.erb
@@ -11,9 +11,9 @@
<% end %>
-
+
-
- <%= link_to t("sessions.new.tab_title"), url_for(:action => :new, :controller => :sessions), :class => "nav-link" %>
+ <%= link_to t("sessions.new.tab_title"), url_for(:action => :new, :controller => :sessions, :referer => @referer), :class => "nav-link" %>
-
<%= link_to t("users.new.tab_title"), "#", :class => "nav-link active" %>
@@ -53,6 +53,7 @@
t(".privacy_policy_url"),
:title => t(".privacy_policy_title"),
:target => :new)),
+ :autofocus => true,
:tabindex => 1 %>
<% else %>
<%= f.hidden_field :email %>