diff --git a/core/section/trello/activitytranslation.go b/core/section/trello/activitytranslation.go index 133ee089..224ef0c0 100644 --- a/core/section/trello/activitytranslation.go +++ b/core/section/trello/activitytranslation.go @@ -12,6 +12,6 @@ package trello var activityTranslation = map[string]string{ - "comment card": "comment on card", // TODO, this just to prove the method - "update board": "", // TODO, this just to test the delete functionality +//"comment card": "comment on card", // TODO, this just to prove the ranslation method +//"update board": "", // TODO, this just to test the delete functionality } diff --git a/core/section/trello/master_template.go b/core/section/trello/master_template.go index f165c941..d3dd739b 100644 --- a/core/section/trello/master_template.go +++ b/core/section/trello/master_template.go @@ -12,7 +12,7 @@ package trello const renderTemplate = `

Activity since {{.Since}} for boards: -{{range $idx, $brd := .Boards}}{{if gt $idx 0}}, {{end}}{{$brd.Board.Name}}{{end}}.

` + +{{range $idx, $brd := .Boards}}{{if gt $idx 0}}, {{end}}{{$brd.Board.OrgName}} / {{$brd.Board.Name}}{{end}}.

` + labelsTemplate + boardsTemplate + graphsTemplate +