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

add user stats where no commits, add HasX flags for template

This commit is contained in:
Elliott Stoneham 2016-08-23 12:52:18 +01:00
parent ba1512c7cd
commit 603db6fc15
4 changed files with 34 additions and 10 deletions

View file

@ -165,6 +165,7 @@ func refreshMilestones(gr *githubRender, config *githubConfig, client *gogithub.
gr.ClosedMS++
}
}
gr.HasMilestones = (gr.OpenMS + gr.ClosedMS) > 0
return nil
}