X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f18baae22e4088af7f252c82f3c4a2576862a438..ce6b231f39b1d35586ad36af088a9d3d4bf6ed90:/app/views/sessions/new.html.erb?ds=inline diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 947aafbf9..acbf8dab0 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -1,64 +1,67 @@ <% 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] %>
+