mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
Trello member stats cleanup
This commit is contained in:
parent
ec0244dabc
commit
a2cc971821
2 changed files with 7 additions and 2 deletions
|
@ -89,10 +89,15 @@
|
|||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.board-summary, .member-name {
|
||||
.board-summary {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.member-name {
|
||||
font-size: 1.2rem;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
.board-meta, .member-meta {
|
||||
color: $color-gray;
|
||||
}
|
||||
|
|
|
@ -22,7 +22,6 @@ const membersTemplate = `
|
|||
<div class="section-trello-render">
|
||||
<table class="trello-table no-width">
|
||||
<tbody>
|
||||
|
||||
{{range $m := .MemberBoardAssign}}
|
||||
<tr>
|
||||
<td class="no-width">
|
||||
|
@ -33,6 +32,7 @@ const membersTemplate = `
|
|||
<div class="member-meta">
|
||||
{{range $idx, $ac := $m.AssignCounts}}{{if gt $idx 0}}, {{end}}{{$ac.BoardName}} ({{$ac.Count}}){{end}}.
|
||||
</div>
|
||||
<div class="margin-top-10"></div>
|
||||
</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue