<% 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 p-2 d-block" %>
+ :class => "btn btn-light p-2" %>
<% %w[google facebook microsoft github wikipedia].each do |provider| %>
<% unless @preferred_auth_provider == provider %>
@@ -46,9 +46,12 @@
<%# :tabindex starts high to allow rendering at the bottom of the template %>
<%= 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 => 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" %>)