[skip ci] Fix login page
This commit is contained in:
parent
c52be3c77e
commit
6571863f89
2 changed files with 4 additions and 4 deletions
|
@ -10,9 +10,7 @@
|
||||||
.content
|
.content
|
||||||
= render "layouts/flash"
|
= render "layouts/flash"
|
||||||
.row
|
.row
|
||||||
.col-sm-5.float-right.new-session-forms-container
|
.col-sm-7.brand-holder
|
||||||
= yield
|
|
||||||
.col-sm-7.brand-holder.float-left
|
|
||||||
%h1
|
%h1
|
||||||
= brand_title
|
= brand_title
|
||||||
= brand_image
|
= brand_image
|
||||||
|
@ -28,6 +26,8 @@
|
||||||
|
|
||||||
- if Gitlab::CurrentSettings.sign_in_text.present?
|
- if Gitlab::CurrentSettings.sign_in_text.present?
|
||||||
= markdown_field(Gitlab::CurrentSettings.current_application_settings, :sign_in_text)
|
= markdown_field(Gitlab::CurrentSettings.current_application_settings, :sign_in_text)
|
||||||
|
.col-sm-5.new-session-forms-container
|
||||||
|
= yield
|
||||||
|
|
||||||
%hr.footer-fixed
|
%hr.footer-fixed
|
||||||
.container.footer-container
|
.container.footer-container
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%header.navbar.fixed-top.navbar-empty
|
%header.navbar.fixed-top.navbar-empty
|
||||||
.container
|
.container
|
||||||
.center-logo
|
.mx-auto
|
||||||
= brand_header_logo
|
= brand_header_logo
|
||||||
|
|
Loading…
Reference in a new issue