mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Trello fronted and copy changes
This commit is contained in:
parent
4178b2946f
commit
900ebea3a7
4 changed files with 7 additions and 28 deletions
|
@ -25,7 +25,7 @@ const labelsTemplate = `
|
|||
<span class="trello-label" style="background-color: {{ $l.Color }}">{{ $l.Name }} ({{len $l.Boards}})</span>
|
||||
</td>
|
||||
<td>
|
||||
{{range $idx, $brd := $l.Boards}}{{if gt $idx 0}}, {{end}}<a class="link" href="{{$brd.URL}}">{{$brd.OrgName}}::{{$brd.Name}}</a>{{end}}.
|
||||
{{range $idx, $brd := $l.Boards}}{{if gt $idx 0}}, {{end}}<a class="link" href="{{$brd.URL}}">{{$brd.OrgName}}/{{$brd.Name}}</a>{{end}}
|
||||
</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue