summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/admin/runners/_runner.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml
index 29c3dcd..2196a53 100644
--- a/app/views/admin/runners/_runner.html.haml
+++ b/app/views/admin/runners/_runner.html.haml
@@ -24,9 +24,9 @@
- if runner.shared?
\-
- else
- = runner.projects.count
+ = runner.projects.count(:all)
%td
- #{runner.builds.count}
+ #{runner.builds.count(:all)}
%td
- runner.tag_list.each do |tag|
%span.label.label-primary