Merge branch 'patch-23' into 'master'
Replace "build" with "job" Closes #32994 See merge request !11746
This commit is contained in:
commit
e5226177ac
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue