summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-24 09:44:38 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-24 09:44:38 +0200
commit64e12d5853b44c945a43a9ed7fc7046138884426 (patch)
tree7bd88d3a91dce481e1f96a4037a307e89abf0368 /app/views/projects/graphs
parentea583955252d04ad89819c335e77f811b3d3b3c7 (diff)
downloadgitlab-ce-64e12d5853b44c945a43a9ed7fc7046138884426.tar.gz
Add header for ci graphs and check that it is enabled
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/graphs')
-rw-r--r--app/views/projects/graphs/ci.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/graphs/ci.html.haml b/app/views/projects/graphs/ci.html.haml
index 2e07b67f8c0..4f69cc64f7c 100644
--- a/app/views/projects/graphs/ci.html.haml
+++ b/app/views/projects/graphs/ci.html.haml
@@ -1,4 +1,5 @@
- page_title "Continuous Integration", "Graphs"
+= render "header_title"
= render 'head'
#charts.ci-charts
= render 'projects/graphs/ci/builds'