From 0b72c00fadcacda920893c991cd858a3d6dd52c7 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Sat, 16 Feb 2019 11:33:09 -0600 Subject: Allow labels to contain emoji (#6063) * Add emoji to labels Minor cleanup of tribute code in footer.tmpl Signed-off-by: jolheiser * Quick find/replace in other i18n files containing label translations Signed-off-by: jolheiser * Revert "Quick find/replace in other i18n files containing label translations" This reverts commit ec3e1a3a1775989301bb2c1cd08e8871b317688d. * Add style to overwrite emoji height in labels * Revert Makefile change that makes Windows work --- routers/repo/issue_label.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers/repo/issue_label.go') diff --git a/routers/repo/issue_label.go b/routers/repo/issue_label.go index 8631ef0d0b..556a24c33e 100644 --- a/routers/repo/issue_label.go +++ b/routers/repo/issue_label.go @@ -22,6 +22,7 @@ func Labels(ctx *context.Context) { ctx.Data["PageIsIssueList"] = true ctx.Data["PageIsLabels"] = true ctx.Data["RequireMinicolors"] = true + ctx.Data["RequireTribute"] = true ctx.Data["LabelTemplates"] = models.LabelTemplates ctx.HTML(200, tplLabels) } -- cgit v1.2.3