loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add tooltip to repo icons in explore page (#20241)

* Add label to repo icons in explore page

Co-authored-by: silverwind <me@silverwind.io>

authored by

Baoshuo Ren
silverwind
and committed by
GitHub
c273dea5 3f513f9e

+2 -2
+2 -2
templates/explore/repo_list.tmpl
··· 32 32 {{end}} 33 33 {{end}} 34 34 {{if .IsFork}} 35 - {{svg "octicon-repo-forked"}} 35 + <span class="tooltip" data-content="{{$.locale.Tr "repo.fork"}}" data-position="bottom center">{{svg "octicon-repo-forked"}}</span> 36 36 {{else if .IsMirror}} 37 - {{svg "octicon-mirror"}} 37 + <span class="tooltip" data-content="{{$.locale.Tr "mirror"}}" data-position="bottom center">{{svg "octicon-mirror"}}</span> 38 38 {{end}} 39 39 </div> 40 40 </div>