mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
hide labels when none shared
This commit is contained in:
parent
a0ebb215d9
commit
a7a2267e5c
3 changed files with 25 additions and 24 deletions
|
@ -11,9 +11,8 @@
|
|||
|
||||
package trello
|
||||
|
||||
const renderTemplate = `
|
||||
<h3>Header for Trello Multi-Board Test (in master_template.go)</h3>
|
||||
` + labelsTemplate +
|
||||
const renderTemplate = `` +
|
||||
labelsTemplate +
|
||||
boardsTemplate +
|
||||
graphsTemplate +
|
||||
membersTemplate +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue