From 7ccc6322e31de2fde15ffbbf8d74f19c414f224c Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Mon, 26 Jun 2017 09:31:10 +0200 Subject: [PATCH] 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. --- app/views/projects/pipelines/charts/_overall.haml | 6 +++--- 1 file 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