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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-22 18:02:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-22 18:02:29 +0300
commit27919e25e8059c644a79ef8b1f5f04d213999295 (patch)
treed66d7cda2fd0b53da5f0a6871491b789424b2654 /app
parentc41a5bf3cda51cceb0c52fca44a100294fb75858 (diff)
Add gitlab logo on login page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/devise.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index c224c6f7f76..183c5a1e20a 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -2,6 +2,11 @@
%html{ lang: "en"}
= render "layouts/head"
%body.ui_mars.login-page.application
+ %header.navbar.navbar-fixed-top.navbar-gitlab
+ .navbar-inner
+ .container
+ %h4.center
+ = image_tag 'logo-white.png', width: 32, height: 32
= render "layouts/broadcast"
.container.navless-container
.content