Backport #27206 by @metiftikci fix underline for label on issue sidebar Co-authored-by: metiftikci <metiftikci@hotmail.com>
This commit is contained in:
parent
e9fcdf822c
commit
b6dab855f5
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
id="label_{{.label.ID}}"
|
id="label_{{.label.ID}}"
|
||||||
href="{{.root.RepoLink}}/{{if or .root.IsPull .root.Issue.IsPull}}pulls{{else}}issues{{end}}?labels={{.label.ID}}"{{/* FIXME: use .root.Issue.Link or create .root.Link */}}
|
href="{{.root.RepoLink}}/{{if or .root.IsPull .root.Issue.IsPull}}pulls{{else}}issues{{end}}?labels={{.label.ID}}"{{/* FIXME: use .root.Issue.Link or create .root.Link */}}
|
||||||
>
|
>
|
||||||
{{RenderLabel $.Context .label}}
|
{{- RenderLabel $.Context .label -}}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue