From 27919e25e8059c644a79ef8b1f5f04d213999295 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 22 Apr 2015 18:02:29 +0300 Subject: Add gitlab logo on login page Signed-off-by: Dmitriy Zaporozhets --- app/views/layouts/devise.html.haml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/views/layouts/devise.html.haml') 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 -- cgit v1.2.3