Use an unstyled list for the login buttons
This commit is contained in:
parent
774a8dd5f9
commit
a2abce0f4a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue