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:
parent
ba1512c7cd
commit
603db6fc15
4 changed files with 34 additions and 10 deletions
|
@ -165,6 +165,7 @@ func refreshMilestones(gr *githubRender, config *githubConfig, client *gogithub.
|
|||
gr.ClosedMS++
|
||||
}
|
||||
}
|
||||
gr.HasMilestones = (gr.OpenMS + gr.ClosedMS) > 0
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue