Merge branch 'patch-23' into 'master'

Replace "build" with "job"

Closes #32994

See merge request !11746
This commit is contained in:
Kamil Trzciński 2017-05-27 07:28:15 +00:00
commit e5226177ac
1 changed files with 3 additions and 3 deletions

View File

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