X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0bdc865d9fb8da48852372351b86bd42f9772266..9e99fa05c9e7d849a95d6faf6fa7a5d9988fc308:/app/views/sessions/new.html.erb diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 947aafbf9..57e6d014a 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -1,64 +1,59 @@ <% content_for :head do %> <%= javascript_include_tag "login" %> + <%= javascript_include_tag "auth_providers" %> <% end %> +<% content_for :heading_class, "p-0 mw-100" %> + <% content_for :heading do %> -
<%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %>
+ <% end %> + +<%= t ".no account" %> <%= link_to t(".register now"), :action => :new, :referer => params[:referer] %>
+