BigW Consortium Gitlab

Commit 7ccc6322 by Z.J. van de Weg

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.
parent 9b2ae90d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment