We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42900c commit 5ae8408Copy full SHA for 5ae8408
templates/repo/header.tmpl
@@ -24,7 +24,7 @@
24
</div>
25
<div class="ui compact labeled button" tabindex="0">
26
<a class="ui compact button" href="{{$.RepoLink}}/action/{{if $.IsStaringRepo}}un{{end}}star?redirect_to={{$.Link}}">
27
- <i class="icon fa-star{{if not $.IsStaringRepo}}-o{{end}}"></i>{{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}}
+ <i class="icon star{{if not $.IsStaringRepo}} outline{{end}}"></i>{{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}}
28
</a>
29
<a class="ui basic label" href="{{.Link}}/stars">
30
{{.NumStars}}
0 commit comments