From 6c563a302acf75203bfffcfa4fb7d7700b5689c8 Mon Sep 17 00:00:00 2001 From: metiftikci Date: Sat, 23 Sep 2023 13:51:23 +0300 Subject: [PATCH] fix: text decorator on issue sidebar menu label (#27206) fix underline for label on issue sidebar --- templates/repo/issue/labels/label.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/labels/label.tmpl b/templates/repo/issue/labels/label.tmpl index 01016281ad..3ecae09373 100644 --- a/templates/repo/issue/labels/label.tmpl +++ b/templates/repo/issue/labels/label.tmpl @@ -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 -}}