X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c3498b490b7e695f0be0898e3df76961bda4738e..251274d44d48f5250bd36a7089ff2bf79c8a7643:/app/views/sessions/new.html.erb diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index f15430efa..162ea542e 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -1,51 +1,56 @@ <% 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"), user_new_path(:referer => params[:referer]) %>
+