mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
More Trello copy tweaks
This commit is contained in:
parent
67e80dfdbf
commit
690a29c930
3 changed files with 17 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
package trello
|
||||
|
||||
const renderTemplate = `<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>` +
|
||||
{{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>` +
|
||||
labelsTemplate +
|
||||
boardsTemplate +
|
||||
graphsTemplate +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue