Merge remote-tracking branch 'upstream/pull/4857'
This commit is contained in:
commit
d74e7628fe
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
<div id="login_login" class="auth-container mx-auto my-0">
|
||||
<% if @preferred_auth_provider %>
|
||||
<%= render :partial => "auth_providers" %>
|
||||
<div class="d-flex justify-content-center align-items-center">
|
||||
<div class="d-flex justify-content-center align-items-center mb-2">
|
||||
<div class="border-bottom border-1 flex-grow-1"></div>
|
||||
<div class="text-secondary mx-3"><%= t ".or" %></div>
|
||||
<div class="border-bottom border-1 flex-grow-1"></div>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<% unless @preferred_auth_provider.nil? %>
|
||||
<%= render :partial => "auth_providers" %>
|
||||
<div class="d-flex justify-content-center align-items-center">
|
||||
<div class="d-flex justify-content-center align-items-center mb-2">
|
||||
<div class="border-bottom border-1 flex-grow-1"></div>
|
||||
<div class="text-secondary mx-3"><%= t ".or" %></div>
|
||||
<div class="border-bottom border-1 flex-grow-1"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue