X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ae87d2ca7f602cd6005efb2ad41f2c580eb6406f..5944feb008005f67a09240d4b9ad1e2513f7633b:/app/views/sessions/new.html.erb diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index b64801e16..70839d160 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -6,37 +6,62 @@ <% content_for :heading_class, "p-0 mw-100" %> <% content_for :heading do %> + <% if @client_app_name %> +
<%= 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]) %>
+ <% if @preferred_auth_provider %> + <%= render :partial => "auth_providers" %> +