Commit a5c5e49c authored by Fabio Busatto's avatar Fabio Busatto

Replace "build" with "job"

Close #32994
parent 3ae070c9
......@@ -2,13 +2,13 @@
%ul
%li
Total:
%strong= pluralize @project.builds.count(:all), 'build'
%strong= pluralize @project.builds.count(:all), 'job'
%li
Successful:
%strong= pluralize @project.builds.success.count(:all), 'build'
%strong= pluralize @project.builds.success.count(:all), 'job'
%li
Failed:
%strong= pluralize @project.builds.failed.count(:all), 'build'
%strong= pluralize @project.builds.failed.count(:all), 'job'
%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