Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-06-26 10:31:10 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-06-26 10:31:10 +0300
commit7ccc6322e31de2fde15ffbbf8d74f19c414f224c (patch)
tree8dd6829c641a55fc53a68b48598d2f728ef40646 /app/views/projects/pipelines
parent9b2ae90d2cac9184f9c66051e8040559771dac98 (diff)
Remove last references to job for pipeline charts
This is not ammended to another commit as it will probably have failing tests which I'll fix and amend to this commit.
Diffstat (limited to 'app/views/projects/pipelines')
-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