mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Removing unwanted data
This commit is contained in:
parent
eb902d8a52
commit
7bf9901c9a
4 changed files with 17 additions and 10 deletions
|
@ -15,13 +15,13 @@ const renderTemplate = `
|
|||
{{if eq .Since ""}}
|
||||
<p>Preparing...</p>
|
||||
{{else}}
|
||||
<p>Activity since {{.Since}} for boards:
|
||||
{{range $idx, $brd := .Boards}}{{if gt $idx 0}}, {{end}}<a class="link" href="{{$brd.Board.URL}}">{{$brd.Board.OrgName}}/{{$brd.Board.Name}}</a>{{end}}.</p>
|
||||
<!-- <p>Activity since {{.Since}} for boards:
|
||||
{{range $idx, $brd := .Boards}}{{if gt $idx 0}}, {{end}}<a class="link" href="{{$brd.Board.URL}}">{{$brd.Board.OrgName}}/{{$brd.Board.Name}}</a>{{end}}.</p> -->
|
||||
{{end}}` +
|
||||
labelsTemplate +
|
||||
boardsTemplate +
|
||||
graphsTemplate +
|
||||
membersTemplate +
|
||||
archiveTemplate +
|
||||
//labelsTemplate +
|
||||
//boardsTemplate +
|
||||
//graphsTemplate +
|
||||
//membersTemplate +
|
||||
//archiveTemplate +
|
||||
tradTemplate +
|
||||
``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue