Skip to content

Commit

Permalink
fix: text decorator on issue sidebar menu label (#27206) (#27209)
Browse files Browse the repository at this point in the history
Backport #27206 by @metiftikci

fix underline for label on issue sidebar

Co-authored-by: metiftikci <metiftikci@hotmail.com>
  • Loading branch information
GiteaBot and metiftikci committed Sep 23, 2023
1 parent e9fcdf8 commit b6dab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/issue/labels/label.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit b6dab85

Please sign in to comment.