Use an unstyled list for the login buttons

This commit is contained in:
Andy Allan 2020-01-30 10:24:08 +01:00
parent 774a8dd5f9
commit a2abce0f4a

View file

@ -51,7 +51,7 @@
<p class='standard-label'><%= t ".with external" %></p>
<ul class='clearfix' id="login_auth_buttons">
<ul class='list-unstyled' id="login_auth_buttons">
<li><%= link_to image_tag("openid.png", :alt => t(".auth_providers.openid.title")), "#", :id => "openid_open_url", :title => t(".auth_providers.openid.title") %></li>
<% if Settings.key?(:google_auth_id) -%>
<li><%= auth_button "google", "google" %></li>