1
0
Fork 0
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:
EnesAlili 2016-09-05 15:19:25 +01:00
parent 63ff537780
commit 03594a4452
6 changed files with 19 additions and 17 deletions

View file

@ -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>