mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
More github design updates
This commit is contained in:
parent
6d5cc420d7
commit
cf6410cfe8
5 changed files with 90 additions and 45 deletions
|
@ -14,7 +14,7 @@ package github
|
|||
const summaryTemplate = `
|
||||
<div class="section-github-render">
|
||||
|
||||
<h3>
|
||||
<h5>
|
||||
Activity since {{.Config.Since}}{{.Config.DateMessage}} for {{.Config.Owner}} repositories:
|
||||
{{range $data := .Config.Lists}}
|
||||
{{if $data.Included}}
|
||||
|
@ -23,11 +23,11 @@ const summaryTemplate = `
|
|||
</a>
|
||||
{{end}}
|
||||
{{end}}
|
||||
</h3>
|
||||
</h5>
|
||||
|
||||
{{if .HasSharedLabels}}
|
||||
<h3>
|
||||
Common Labels: <br>
|
||||
Common Labels <br>
|
||||
</h3>
|
||||
|
||||
<table class="label-table" style="width: 100%;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue