mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
github for single repos only, with selectable sub-sections
This commit is contained in:
parent
7bf9901c9a
commit
6e362c0eac
10 changed files with 104 additions and 28 deletions
|
@ -30,14 +30,14 @@ const (
|
|||
<div class="section-github-render">
|
||||
{{if .HasIssues}}
|
||||
<div class="heading">Issues</div>
|
||||
<p>
|
||||
<!-- <p>
|
||||
There are {{.ClosedIssues}} closed
|
||||
{{if eq 1 .ClosedIssues}}issue{{else}}issues{{end}}
|
||||
and {{.OpenIssues}} open
|
||||
{{if eq 1 .OpenIssues}}issue{{else}}issues{{end}}
|
||||
across {{.RepoCount}}
|
||||
{{if eq 1 .RepoCount}} repository. {{else}} repositories. {{end}}
|
||||
</p>
|
||||
</p> -->
|
||||
|
||||
<div class="margin-top-20"></div>
|
||||
<table class="github-table">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue