X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/10cd2ce242949631a57ed99846fa8fd07614b8ce..088a78d83c26333fa08eee8c4bb4620a5e7ff1af:/app/views/application/_auth_providers.html.erb diff --git a/app/views/application/_auth_providers.html.erb b/app/views/application/_auth_providers.html.erb index 66417bca2..d2ff6865f 100644 --- a/app/views/application/_auth_providers.html.erb +++ b/app/views/application/_auth_providers.html.erb @@ -1,5 +1,5 @@
-
+
<% prefered_auth_button_available = false %> <% %w[google facebook microsoft github wikipedia].each do |provider| %> @@ -11,7 +11,7 @@ <% end -%> <% if prefered_auth_button_available %> -
+
<% %w[google facebook microsoft github wikipedia].each do |provider| %> <% if Settings.key?("#{provider}_auth_id".to_sym) -%> <% if @preferred_auth_provider == provider %> @@ -20,9 +20,9 @@ <% end -%> <% end -%>
-
+
<% else %> -
+
<% end %> <%= link_to image_tag("openid.svg", @@ -31,7 +31,7 @@ "#", :id => "openid_open_url", :title => t("application.auth_providers.openid.title"), - :class => "btn btn-light mx-1 p-2 d-block" %> + :class => "btn btn-light p-2" %> <% %w[google facebook microsoft github wikipedia].each do |provider| %> <% unless @preferred_auth_provider == provider %> @@ -48,7 +48,7 @@
<%= hidden_field_tag("referer", params[:referer], :autocomplete => "off") %> - <%= text_field_tag("openid_url", "", :tabindex => 20, :autocomplete => "on", :class => "openid_url form-control") %> + <%= text_field_tag("openid_url", "", :tabindex => 20, :autocomplete => "on", :class => "form-control") %> (" target="_new"><%= t "accounts.edit.openid.link text" %>)