summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 15:05:40 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 15:05:40 +0300
commitb93c1a562c3ef7dbf20a3b5f4699d3f61b375512 (patch)
treefe5c8c3e253d6de99be1d06c4cb6dc4d7cc9a59d /app/views/layouts/devise.html.haml
parenta66d6a523b0cc2f985ead056a3d39797189ec4be (diff)
downloadgitlab-ce-b93c1a562c3ef7dbf20a3b5f4699d3f61b375512.tar.gz
Use same login layout between CE and EE versions
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml17
1 files changed, 10 insertions, 7 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 36c682c48a6..2ae27c4b797 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -5,13 +5,16 @@
= render "layouts/flash"
.container
.content
- .center
- %h1 GitLab
- %p.light
- GitLab is open source software to collaborate on code.
- %br
- Sign in or browse for #{link_to "public projects", public_projects_path}.
+ .login-title
+ %h1= brand_title
%hr
.container
.content
- = yield
+ .row
+ .col-sm-7
+ .brand-image
+ = brand_image
+ .brand_text
+ = brand_text
+ .col-sm-5
+ = yield