fix: text decorator on issue sidebar menu label (#27206)

fix underline for label on issue sidebar
forgejo-federated-star
metiftikci 8 months ago committed by GitHub
parent a101dbaa79
commit 6c563a302a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,5 +3,5 @@
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 */}}
>
{{RenderLabel $.Context .label}}
{{- RenderLabel $.Context .label -}}
</a>

Loading…
Cancel
Save