Skip to content

Commit

Permalink
Add owners count to host show page and owners index page
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Apr 14, 2024
1 parent 2a4b047 commit 74f5eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/hosts/_host.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<%= number_with_delimiter host.repositories_count %> repositories<br>
<%= number_with_delimiter host.commits_count %> commits<br>
<%= number_with_delimiter host.contributors_count %> committers<br>
<%= number_with_delimiter host.owners_count %> owners
</p>
</div>
<div class="flex-shrink-0">
Expand Down

0 comments on commit 74f5eb7

Please sign in to comment.