1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

Show correct number of contributors

This commit is contained in:
Elliott Stoneham 2016-09-05 15:02:21 +01:00
parent 49748ec81d
commit 63ff537780

View file

@ -61,7 +61,7 @@ const commitsTemplate = `
{{if .HasCommits}}
<h3>Commits</h3>
<p> There are {{len .BranchCommits}} commits by {{len .AuthorStats}} contributors
<p> There are {{len .BranchCommits}} commits by {{.NumContributors}} contributors
across {{.RepoCount}}
{{if eq 1 .RepoCount}} repository. {{else}} repositories. {{end}}
</p>