1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-18 16:26:13 +02:00

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 <teabot@gitea.io>
This commit is contained in:
JakobDev 2023-05-25 18:57:49 +02:00 committed by GitHub
parent 694f70b57e
commit 1ef0fda635
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +45,9 @@
</a>
{{end}}
{{if not $.DisableStars}}
<span class="text grey gt-df gt-ac gt-mr-3">{{svg "octicon-star" 16 "gt-mr-3"}}{{.NumStars}}</span>
<a class="text grey gt-df gt-ac gt-mr-3" href="{{.Link}}/stars">{{svg "octicon-star" 16 "gt-mr-3"}}{{.NumStars}}</a>
{{end}}
<span class="text grey gt-df gt-ac gt-mr-3">{{svg "octicon-git-branch" 16 "gt-mr-3"}}{{.NumForks}}</span>
<a class="text grey gt-df gt-ac gt-mr-3" href="{{.Link}}/forks">{{svg "octicon-git-branch" 16 "gt-mr-3"}}{{.NumForks}}</a>
</div>
</div>
<div class="description">