<% %w[google facebook microsoft github wikipedia].each do |provider| %>
<% if Settings.key?("#{provider}_auth_id".to_sym) -%>
<% if @preferred_auth_provider == provider %>
@@ -20,11 +21,9 @@
<% end -%>
<% end -%>
-
- <% else %>
-
<% end %>
+
<%= button_tag image_tag("openid.svg",
:alt => t(".openid.alt"),
:size => "36"),
@@ -41,17 +40,20 @@
<% end %>
<% end -%>
-
+ <% end %>
<%# :tabindex starts high to allow rendering at the bottom of the template %>
<%= form_tag(auth_path(:provider => "openid"), :id => "openid_login_form") do %>
-