mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Tidy HTML, separate detailed single-board data
This commit is contained in:
parent
2d7647e790
commit
0345c93560
8 changed files with 155 additions and 134 deletions
|
@ -14,7 +14,7 @@ package trello
|
|||
const graphsTemplate = `
|
||||
{{if false}}
|
||||
|
||||
<b>Single Boards (graphs)</b><br>
|
||||
<div class="heading">Single Boards (graphs)</div>
|
||||
{{range $b := .Boards}}
|
||||
<div>
|
||||
<p>There are {{ $b.CardCount }} cards across {{ $b.ListCount }} lists for board <a href="{{ $b.Board.URL }}">{{$b.Board.Name}}.</a></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue