1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-07-06 12:56:02 +08:00

fix: text decorator on issue sidebar menu label ()

fix underline for label on issue sidebar
This commit is contained in:
metiftikci
2023-09-23 13:51:23 +03:00
committed by GitHub
parent a101dbaa79
commit 6c563a302a

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