mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
Fix Trello section wording
This commit is contained in:
parent
b5de8d2673
commit
cf01d9365a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const boardsTemplate = `
|
|||
<div class="section-trello-render">
|
||||
{{if gt (len .Boards) 0}}
|
||||
<div class="heading">Boards</div>
|
||||
<p>There are {{len .Boards}} boards, {{.ListTotal}} since lists, {{.CardTotal}} cards and {{len .MemberBoardAssign}} members {{.Since}}.</p>
|
||||
<p>There are {{len .Boards}} boards, {{.ListTotal}} lists, {{.CardTotal}} cards and {{len .MemberBoardAssign}} members. Activity since {{.Since}}</p>
|
||||
<div class="section-trello-render">
|
||||
<table class="trello-table" class="width-100">
|
||||
<tbody class="trello">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue