From 78b9ef35869be8e27af43717853425fcd7b3dcbf Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 16 Dec 2020 20:15:58 +0000 Subject: [PATCH] Add emoji in label to project boards (#13978) (#14021) * Update view.tmpl Added rendering of emoji to project label * Add RenderEmojiPlain to the title and remove has-emoji Co-authored-by: zeripath Co-authored-by: Rakshith Ravi Co-authored-by: zeripath --- templates/repo/projects/view.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/projects/view.tmpl b/templates/repo/projects/view.tmpl index c25a05c5c..beb9fea7b 100644 --- a/templates/repo/projects/view.tmpl +++ b/templates/repo/projects/view.tmpl @@ -130,7 +130,7 @@
{{ range .Labels }} - {{.Name}} + {{.Name | RenderEmoji}} {{ end }}