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:
parent
49748ec81d
commit
63ff537780
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue