diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-02-20 17:44:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 17:44:13 -0600 |
commit | ac18c3f6f279959decb1ae96027b909841dc5412 (patch) | |
tree | c9d6cd61f00d7972bd8571e20885c3d75bf86952 /templates/explore | |
parent | 4efc365c024c9dfaca7de087b7479c9630849e07 (diff) | |
download | gitea-ac18c3f6f279959decb1ae96027b909841dc5412.tar.gz gitea-ac18c3f6f279959decb1ae96027b909841dc5412.zip |
Fixes (#10386)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
Diffstat (limited to 'templates/explore')
-rw-r--r-- | templates/explore/repo_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 2dbfac5a2a..72b36432ef 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -24,7 +24,7 @@ {{if .PrimaryLanguage }} <span class="text grey"><i class="color-icon" style="background-color: {{.PrimaryLanguage.Color}}"></i>{{ .PrimaryLanguage.Language }}</span> {{end}} - <span class="text grey">{{svg "octicon-repo" 16}} {{.NumStars}}</span> + <span class="text grey">{{svg "octicon-star" 16}} {{.NumStars}}</span> <span class="text grey">{{svg "octicon-git-branch" 16}} {{.NumForks}}</span> </div> </div> |