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.
This commit is contained in:
parent
9b2ae90d2c
commit
7ccc6322e3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue