summaryrefslogtreecommitdiff
path: root/app/views/layouts/dashboard.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/dashboard.html.haml')
-rw-r--r--app/views/layouts/dashboard.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/dashboard.html.haml b/app/views/layouts/dashboard.html.haml
index fad7de69432..cb96bcc2cf4 100644
--- a/app/views/layouts/dashboard.html.haml
+++ b/app/views/layouts/dashboard.html.haml
@@ -1,6 +1,5 @@
- page_title "Dashboard"
-- unless @header_title
- - header_title "Dashboard", root_path
+- header_title "Dashboard", root_path unless header_title
- sidebar "dashboard"
= render template: "layouts/application"