mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +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}}
|
{{if .HasCommits}}
|
||||||
<h3>Commits</h3>
|
<h3>Commits</h3>
|
||||||
<p> There are {{len .BranchCommits}} commits by {{len .AuthorStats}} contributors
|
<p> There are {{len .BranchCommits}} commits by {{.NumContributors}} contributors
|
||||||
across {{.RepoCount}}
|
across {{.RepoCount}}
|
||||||
{{if eq 1 .RepoCount}} repository. {{else}} repositories. {{end}}
|
{{if eq 1 .RepoCount}} repository. {{else}} repositories. {{end}}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue