From 6f4a16e0be6e342ea032cd07370d7a71a70bd525 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Tue, 7 Aug 2018 08:59:43 +0300 Subject: [PATCH 1/2] Fix starring icon after semantic ui update --- 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 a496b9b9124f0..8245b7f65e8ac 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}} From 0d3745eb165b80fbd0a44ba9ecdaf097ed57b247 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Tue, 7 Aug 2018 20:10:04 +0300 Subject: [PATCH 2/2] Fix correct semantic icon name for star --- 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 8245b7f65e8ac..5312a49bec811 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}}