mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
html and css cleanup
This commit is contained in:
parent
b419bd2d52
commit
49748ec81d
6 changed files with 49 additions and 148 deletions
|
@ -15,12 +15,12 @@ const summaryTemplate = `
|
|||
<div class="section-github-render">
|
||||
|
||||
<p>
|
||||
Activity since {{.Config.Since}}{{.Config.DateMessage}} for {{.Config.Owner}} repositories:
|
||||
Activity since {{.Config.Since}}{{.Config.DateMessage}} for {{.Config.Owner}} repositories:
|
||||
{{range $data := .Config.Lists}}
|
||||
{{if $data.Included}}
|
||||
<a class="link" href="{{$data.URL}}">
|
||||
{{$data.Repo}}{{if $data.Comma}},{{end}}
|
||||
</a>
|
||||
<a class="link" href="{{$data.URL}}">
|
||||
{{$data.Repo}}{{if $data.Comma}},{{end}}
|
||||
</a>
|
||||
{{end}}
|
||||
{{end}}
|
||||
</p>
|
||||
|
@ -45,7 +45,5 @@ const summaryTemplate = `
|
|||
</tbody>
|
||||
</table>
|
||||
{{end}}
|
||||
|
||||
|
||||
</div>
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue