From 1ef0fda6351934ed69f51dd0a72b0c7ba7178399 Mon Sep 17 00:00:00 2001 From: JakobDev Date: Thu, 25 May 2023 18:57:49 +0200 Subject: [PATCH] Add Link to Stars and Forks Page to Repo List (#24931) The Repolist contains the Number of Stars and Forks. Now these Numbers are a Link to the corresponding pages of the Repo. Co-authored-by: Giteabot --- 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 b311472b4..a0f74e89d 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}}