summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-16 12:05:23 +0100
committerPhil Hughes <me@iamphill.com>2017-06-21 14:45:23 +0100
commit9e6113a293d8a8ea956db160a8b5c74db0f3aa93 (patch)
treeff475f658cc7191ee8aa0bdda0f92d79cb578d72 /app/views
parentb9ba97f135b8dae6afecf6129a70b3c905333be1 (diff)
downloadgitlab-ce-9e6113a293d8a8ea956db160a8b5c74db0f3aa93.tar.gz
spacing fixes
made the title a link back to the dashboard [ci skip]
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/header/_new.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/header/_new.html.haml b/app/views/layouts/header/_new.html.haml
index 1ae89f4a4b6..addd58a8fa2 100644
--- a/app/views/layouts/header/_new.html.haml
+++ b/app/views/layouts/header/_new.html.haml
@@ -8,7 +8,8 @@
.title-container
%h1.title
- GitLab
+ = link_to root_path, title: 'Dashboard' do
+ GitLab
- if current_user
= render "layouts/nav/new_dashboard"