1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Tweaks to label section, members section and single boards

This commit is contained in:
EnesAlili 2016-09-08 20:17:44 +01:00
parent 918a487f43
commit 8fbac3e2e2
4 changed files with 27 additions and 92 deletions

View file

@ -19,10 +19,10 @@ const labelsTemplate = `
<tbody class="trello">
{{range $l := .SharedLabels}}
<tr>
<td class="width-15">
<td class="width-25">
<span class="trello-label" style="background-color: {{ $l.Color }}">{{ $l.Name }} ({{len $l.Boards}})</span>
</td>
<td class="width-85">
<td class="width-75">
{{range $brd := $l.Boards}}
{{ $brd }},
{{end}}