summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_default.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-21 19:35:08 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-21 19:35:08 +0000
commit53312250054a28fc5e5a7df6ef971995c20697dd (patch)
tree3b093e5a3ba5ae8a992c58250132125266a554c4 /app/views/layouts/header/_default.html.haml
parent51546e26d7aa904a69090004de57d03dbe7268d7 (diff)
downloadgitlab-ce-53312250054a28fc5e5a7df6ef971995c20697dd.tar.gz
Revert "Merge branch '27934-left-align-nav' into 'master'"revert-2cf17c42
This reverts merge request !9338
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 60b9b8bdbc4..ddf50d6667f 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'