summaryrefslogtreecommitdiff
path: root/app/views/layouts/dashboard.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-03 21:53:55 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-03 21:53:55 +0200
commit0145e8ea210b2c0e1fac204126bf460063d1e17f (patch)
treefea8ea51fff7c1b8ba64d9f91a4760face03280e /app/views/layouts/dashboard.html.haml
parentb008273883ac4c73652e73b418ffece2848fe40b (diff)
downloadgitlab-ce-0145e8ea210b2c0e1fac204126bf460063d1e17f.tar.gz
Set page title based on content in dashboard area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/dashboard.html.haml')
-rw-r--r--app/views/layouts/dashboard.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/dashboard.html.haml b/app/views/layouts/dashboard.html.haml
index c72eca10bf4..fad7de69432 100644
--- a/app/views/layouts/dashboard.html.haml
+++ b/app/views/layouts/dashboard.html.haml
@@ -1,5 +1,6 @@
- page_title "Dashboard"
-- header_title "Dashboard", root_path
+- unless @header_title
+ - header_title "Dashboard", root_path
- sidebar "dashboard"
= render template: "layouts/application"