summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 13:34:03 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 13:34:03 +0200
commit08baa9983ee586c10b4fa28f68b10ba8e7807125 (patch)
tree4c9fe02b24c3896058ee34bb3157da0cd16f479e /app/views/projects/graphs
parent0a51c954641c99610e9eddd9323398fb00d273e2 (diff)
downloadgitlab-ce-08baa9983ee586c10b4fa28f68b10ba8e7807125.tar.gz
Use pipelines in context of Project
Diffstat (limited to 'app/views/projects/graphs')
-rw-r--r--app/views/projects/graphs/ci/_overall.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/graphs/ci/_overall.haml b/app/views/projects/graphs/ci/_overall.haml
index 4b12e5f2da1..edc4f7b079f 100644
--- a/app/views/projects/graphs/ci/_overall.haml
+++ b/app/views/projects/graphs/ci/_overall.haml
@@ -16,4 +16,4 @@
%li
Commits covered:
%strong
- = @project.ci_commits.count(:all)
+ = @project.pipelines.count(:all)