From 5ae840872530e8d667dee611abe5307ee93e4dd4 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Tue, 7 Aug 2018 21:36:21 +0300 Subject: [PATCH] Fix starring icon after semantic ui update (#4628) --- templates/repo/header.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index a496b9b91..5312a49be 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -24,7 +24,7 @@
- {{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}} + {{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}} {{.NumStars}}