X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/38bcc001e307a4ed32ce4623f2992d1c8c7c3738..7f3cb3c6246e6e271761e714cceb081e85a4d245:/app/views/sessions/new.html.erb diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 3bf4cde5f..70839d160 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -1,51 +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"), user_new_path(:referer => params[:referer]) %>
+