summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-14 15:57:46 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-14 15:57:46 -0600
commitb4f0dcc7df786fd01f6fc357d102bc834433a3c7 (patch)
treedee3e75704a34dcb724fff030965e157d8c9f230 /app/views/layouts
parent9a61eadae1f82beea97d36c746660f445316ec4d (diff)
downloadgitlab-ce-b4f0dcc7df786fd01f6fc357d102bc834433a3c7.tar.gz
Fix #18604, logo in header wasn't an anchor link.fix-header-logo-link
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/header/_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index ad30a367fc5..4170b937dd6 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -51,7 +51,7 @@
%h1.title= title
.header-logo
- #logo
+ = link_to root_path, class: 'home', title: 'Dashboard', id: 'logo' do
= brand_header_logo
= yield :header_content