From bb0e26a7b4d424449a7d379db703c527da377dc2 Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Tue, 4 Mar 2025 21:37:51 +0000 Subject: [PATCH] fix(ui): use discussions icon in issue list entries (#7099) So it is consistent with the icon used in the tab with comments. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7099 Reviewed-by: Gusted Co-authored-by: 0ko <0ko@noreply.codeberg.org> Co-committed-by: 0ko <0ko@noreply.codeberg.org> --- templates/shared/issuelist.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shared/issuelist.tmpl b/templates/shared/issuelist.tmpl index 6318d02139..5a45ba5a71 100644 --- a/templates/shared/issuelist.tmpl +++ b/templates/shared/issuelist.tmpl @@ -45,7 +45,7 @@ {{if .NumComments}}
- {{svg "octicon-comment" 16}}{{.NumComments}} + {{svg "octicon-comment-discussion" 16}}{{.NumComments}}
{{end}}