From ea0f7b96c6eb6511b7bf345d0e723eca1ce62ecd Mon Sep 17 00:00:00 2001 From: william-allspice Date: Mon, 26 Aug 2024 13:31:29 -0500 Subject: [PATCH] Add missed icon --- templates/repo/issue/view_content/sidebar.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index 8238faaaeb..49c40be5a9 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -109,7 +109,9 @@
- {{svg (printf "octicon-%s" .Type.Icon) 16 (printf "text %s" (.HTMLTypeColorName))}} + + {{svg (printf "octicon-%s" .Type.Icon) 16 (printf "text %s" (.HTMLTypeColorName))}} +
{{end}}