From 74f5eb7bd5230a47ff1ae9ed34de011ae0c9c65e Mon Sep 17 00:00:00 2001
From: Andrew Nesbitt
Date: Sun, 14 Apr 2024 15:37:03 -0700
Subject: [PATCH] Add owners count to host show page and owners index page
---
app/views/hosts/_host.html.erb | 1 +
1 file changed, 1 insertion(+)
diff --git a/app/views/hosts/_host.html.erb b/app/views/hosts/_host.html.erb
index c43c8f6..e6bcbab 100644
--- a/app/views/hosts/_host.html.erb
+++ b/app/views/hosts/_host.html.erb
@@ -18,6 +18,7 @@
<%= number_with_delimiter host.repositories_count %> repositories
<%= number_with_delimiter host.commits_count %> commits
<%= number_with_delimiter host.contributors_count %> committers
+ <%= number_with_delimiter host.owners_count %> owners