X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e80d74ae7369fc1293e5195f29c4f6e8a9dcb87b..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 ddebc55a4..acbf8dab0 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -1,61 +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]) %>
+