mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
github UI tidy
This commit is contained in:
parent
9e39153108
commit
bf1b75a527
8 changed files with 214 additions and 247 deletions
|
@ -99,7 +99,7 @@ func wrapLabels(labels []gogithub.Label) (l string, labelNames []string, labelCo
|
|||
for _, ll := range labels {
|
||||
labelNames = append(labelNames, *ll.Name)
|
||||
labelColors = append(labelColors, *ll.Color)
|
||||
l += `<span class="github-issue-label" style="background-color:#` + *ll.Color + `">` + *ll.Name + `</span> `
|
||||
l += `<span class="issue-label" style="background-color:#` + *ll.Color + `">` + *ll.Name + `</span> `
|
||||
}
|
||||
return l, labelNames, labelColors
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue