X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad4ab4603b27f2e89e4bb4a709bc04a6685ba67b..ce6b231f39b1d35586ad36af088a9d3d4bf6ed90:/app/views/sessions/new.html.erb
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb
index 71c0a14f3..acbf8dab0 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" %>
@@ -35,7 +35,7 @@
<%= bootstrap_form_tag(:action => "login", :html => { :id => "login_form" }) do |f| %>
<%= hidden_field_tag("referer", h(params[:referer]), :autocomplete => "off") %>
- <%= f.text_field :username, :label => t(".email or username"), :tabindex => 1, :value => params[:username] %>
+ <%= f.text_field :username, :label => t(".email or username"), :autofocus => true, :tabindex => 1, :value => params[:username] %>