diff options
author | Phil Hughes <me@iamphill.com> | 2017-06-16 12:05:23 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-06-21 14:45:23 +0100 |
commit | 9e6113a293d8a8ea956db160a8b5c74db0f3aa93 (patch) | |
tree | ff475f658cc7191ee8aa0bdda0f92d79cb578d72 /app/views | |
parent | b9ba97f135b8dae6afecf6129a70b3c905333be1 (diff) | |
download | gitlab-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.haml | 3 |
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" |