diff --git a/core/section/trello/archive_template.go b/core/section/trello/archive_template.go index 58161d0b..aa63747f 100644 --- a/core/section/trello/archive_template.go +++ b/core/section/trello/archive_template.go @@ -12,15 +12,19 @@ package trello const archiveTemplate = ` -Deleted and Archived Cards
+

Deleted and Archived Cards

Since ###1st Aug 2016###
{{range $b := .Boards}}
-

For board {{$b.Board.Name}}.

+

For board + + {{$b.Board.Name}} + +

{{range $act := $b.Actions}} {{if eq $act.Type "deleteCard" }} - Deleted: + Deleted: {{$act.Data.List.Name}}/{{$act.Data.Card.Name}} - {{$act.Data.Text}}
{{end}} diff --git a/core/section/trello/boards_template.go b/core/section/trello/boards_template.go index 9d278581..bd13fee3 100644 --- a/core/section/trello/boards_template.go +++ b/core/section/trello/boards_template.go @@ -13,11 +13,18 @@ package trello const boardsTemplate = ` -All Boards
+

All Boards

Changes since ###1 Aug 2016###. + +

{{len .Boards}} Boards, ###30 Lists, {{.CardTotal}} Cards, {{len .MemberBoardAssign}} Members, #10 Archived

+ {{range $b := .Boards}}
-

There are {{ len $b.Actions }} actions for board {{$b.Board.Name}}.

+

There are {{ len $b.Actions }} actions for board + + {{$b.Board.Name}} + +

{{range $idx, $act := $b.ActionSummary}} {{$act}} {{$idx}},