mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
Final tweaks for github smart section
This commit is contained in:
parent
63ff537780
commit
03594a4452
6 changed files with 19 additions and 17 deletions
|
@ -33,11 +33,11 @@ const summaryTemplate = `
|
|||
shared
|
||||
{{if eq 1 (len .SharedLabels)}} label {{else}} labels {{end}}
|
||||
across the repositories.</p>
|
||||
<table style="width:100%;">
|
||||
<table class="width-100">
|
||||
<tbody class="github">
|
||||
{{range $slabel := .SharedLabels}}
|
||||
<tr>
|
||||
<td style="width:100%;">
|
||||
<td class="width-100">
|
||||
<span class="github-issue-label" style="background-color:#{{$slabel.Color}}">{{$slabel.Name}} ({{$slabel.Count}})</span> in {{$slabel.Repos}}
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue