We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f513f9 commit c273deaCopy full SHA for c273dea
templates/explore/repo_list.tmpl
@@ -32,9 +32,9 @@
32
{{end}}
33
34
{{if .IsFork}}
35
- {{svg "octicon-repo-forked"}}
+ <span class="tooltip" data-content="{{$.locale.Tr "repo.fork"}}" data-position="bottom center">{{svg "octicon-repo-forked"}}</span>
36
{{else if .IsMirror}}
37
- {{svg "octicon-mirror"}}
+ <span class="tooltip" data-content="{{$.locale.Tr "mirror"}}" data-position="bottom center">{{svg "octicon-mirror"}}</span>
38
39
</div>
40
0 commit comments