Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-10 23:51:37 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-10 23:51:37 +0300
commit6571863f896d4cbca11c4cc88dc36d042dcef27a (patch)
treef35d0e8eabe778c3d2275c671a3430480bf79fbf /app/views/layouts/devise.html.haml
parentc52be3c77ee4c20793684e23a902c595f69de9cf (diff)
[skip ci] Fix login page
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 04a586ce4e7..82ca7252424 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -10,9 +10,7 @@
.content
= render "layouts/flash"
.row
- .col-sm-5.float-right.new-session-forms-container
- = yield
- .col-sm-7.brand-holder.float-left
+ .col-sm-7.brand-holder
%h1
= brand_title
= brand_image
@@ -28,6 +26,8 @@
- if Gitlab::CurrentSettings.sign_in_text.present?
= markdown_field(Gitlab::CurrentSettings.current_application_settings, :sign_in_text)
+ .col-sm-5.new-session-forms-container
+ = yield
%hr.footer-fixed
.container.footer-container