Skip to content
Snippets Groups Projects
Commit e5226177 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Merge branch 'patch-23' into 'master'

Replace "build" with "job"

Closes #32994

See merge request !11746
parents b9f654fa a5c5e49c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment