From 4dec941e2695cbe1b5c8f04adc4341ca038dd79f Mon Sep 17 00:00:00 2001 From: JakobDev Date: Thu, 25 May 2023 14:59:26 +0200 Subject: [PATCH] Add Link to Stars and Forks Page to Repo List --- templates/explore/repo_list.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index b311472b43ed2..a0f74e89da5b5 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -45,9 +45,9 @@ {{end}} {{if not $.DisableStars}} - {{svg "octicon-star" 16 "gt-mr-3"}}{{.NumStars}} + {{svg "octicon-star" 16 "gt-mr-3"}}{{.NumStars}} {{end}} - {{svg "octicon-git-branch" 16 "gt-mr-3"}}{{.NumForks}} + {{svg "octicon-git-branch" 16 "gt-mr-3"}}{{.NumForks}}