summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_default.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 09:13:48 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 12:25:24 -0600
commit1c6ea479837d2161ed524cc6821e4fc79e7e2fac (patch)
treea788397015fa73fdc372fd535a69eaca425b2bff /app/views/layouts/header/_default.html.haml
parent60db4d3a512cb87fe137a4333df5d6bfedcaeae5 (diff)
downloadgitlab-ce-1c6ea479837d2161ed524cc6821e4fc79e7e2fac.tar.gz
Move tanuki to left of title; increase max-width of title
Diffstat (limited to 'app/views/layouts/header/_default.html.haml')
-rw-r--r--app/views/layouts/header/_default.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index ddf50d6667f..60b9b8bdbc4 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -61,12 +61,12 @@
%div
= link_to "Sign in", new_session_path(:user, redirect_to_referer: 'yes'), class: 'btn btn-sign-in btn-success'
- %h1.title= title
-
.header-logo
= link_to root_path, class: 'home', title: 'Dashboard', id: 'logo' do
= brand_header_logo
+ %h1.title= title
+
= yield :header_content
= render 'shared/outdated_browser'