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:
parent
308f117cca
commit
93a11200b4
3 changed files with 10 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue