X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dd676f2257f442d427e0bce4c2984fb5e3488f62..09225bc02df4eedd0f90376f1b86cb059de38d31:/app/views/sessions/new.html.erb diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 18f536206..dea65f768 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -24,8 +24,8 @@
-
- +
+
  • <%= link_to image_tag("openid.png", :alt => t(".auth_providers.openid.title")), "#", :id => "openid_open_url", :title => t(".auth_providers.openid.title") %>
  • @@ -35,8 +35,8 @@ <% if Settings.key?(:facebook_auth_id) -%>
  • <%= auth_button "facebook", "facebook" %>
  • <% end -%> - <% if Settings.key?(:windowslive_auth_id) -%> -
  • <%= auth_button "windowslive", "windowslive" %>
  • + <% if Settings.key?(:microsoft_auth_id) -%> +
  • <%= auth_button "microsoft", "microsoft" %>
  • <% end -%> <% if Settings.key?(:github_auth_id) -%>
  • <%= auth_button "github", "github" %>
  • @@ -47,8 +47,8 @@
<%= form_tag(auth_path(:provider => "openid"), :id => "openid_login_form") do %> -
- +
+ <%= hidden_field_tag("referer", params[:referer], :autocomplete => "off") %> <%= text_field_tag("openid_url", "", :tabindex => 3, :autocomplete => "on", :class => "openid_url form-control") %> (" target="_new"><%= t "accounts.edit.openid.link text" %>)