summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-06-26 09:31:10 +0200
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-06-26 09:31:10 +0200
commit7ccc6322e31de2fde15ffbbf8d74f19c414f224c (patch)
tree8dd6829c641a55fc53a68b48598d2f728ef40646
parent9b2ae90d2cac9184f9c66051e8040559771dac98 (diff)
downloadgitlab-ce-zj-faster-charts-page.tar.gz
Remove last references to job for pipeline chartszj-faster-charts-page
This is not ammended to another commit as it will probably have failing tests which I'll fix and amend to this commit.
-rw-r--r--app/views/projects/pipelines/charts/_overall.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/pipelines/charts/_overall.haml b/app/views/projects/pipelines/charts/_overall.haml
index 6ce26424050..93083397d5b 100644
--- a/app/views/projects/pipelines/charts/_overall.haml
+++ b/app/views/projects/pipelines/charts/_overall.haml
@@ -2,13 +2,13 @@
%ul
%li
Total:
- %strong= pluralize @counts[:total], 'job'
+ %strong= pluralize @counts[:total], 'pipeline'
%li
Successful:
- %strong= pluralize @counts[:success], 'job'
+ %strong= pluralize @counts[:success], 'pipeline'
%li
Failed:
- %strong= pluralize @counts[:failed], 'job'
+ %strong= pluralize @counts[:failed], 'pipeline'
%li
Success ratio:
%strong