We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cef189 commit 3a35259Copy full SHA for 3a35259
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