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:
Z.J. van de Weg 2017-06-26 09:31:10 +02:00
parent 9b2ae90d2c
commit 7ccc6322e3

View file

@ -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