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:
parent
918a487f43
commit
8fbac3e2e2
4 changed files with 27 additions and 92 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue