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