Organization metrics improvements (#124)

This commit is contained in:
Simon Lecoq
2021-02-16 19:41:29 +01:00
committed by GitHub
parent 1245b9ac5e
commit dad2da0705
11 changed files with 51 additions and 11 deletions

View File

@@ -22,7 +22,7 @@
<% if (type === "thanks") { %>
Special thanks
<% } else { %>
<%= user[type].totalCount %> <%= {followers:`follower${s(user[type].totalCount)}`, following:"followed", sponsorshipsAsSponsor:"sponsored", sponsorshipsAsMaintainer:`sponsor${s(user[type].totalCount)}`}[type] %>
<%= user[type].totalCount %> <%= {followers:`follower${s(user[type].totalCount)}`, following:"followed", membersWithRole:`member${s(user[type].totalCount)}`, sponsorshipsAsSponsor:"sponsored", sponsorshipsAsMaintainer:`sponsor${s(user[type].totalCount)}`}[type] %>
<% } %>
</h2>
<div class="row">