1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00

Make label board names clickable

This commit is contained in:
Elliott Stoneham 2016-09-12 12:21:34 +01:00
parent 308f117cca
commit 93a11200b4
3 changed files with 10 additions and 4 deletions

View file

@ -12,6 +12,7 @@
package trello
import (
"html/template"
"strings"
"time"
)
@ -249,7 +250,7 @@ type trelloRenderBoard struct {
type trelloSharedLabel struct {
Name string
Color string
Boards []string
Boards []template.HTML
}
type trelloBoardAssignCount struct {