parent
3ae070c9d8
commit
a5c5e49c9f
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