We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0bc57 commit 9033eaeCopy full SHA for 9033eae
templates/repo/header.tmpl
@@ -32,7 +32,7 @@
32
</div>
33
{{if .CanBeForked}}
34
<div class="ui compact labeled button" tabindex="0">
35
- <a class="ui compact button {{if not $.CanSignedUserFork}}poping up{{end}}" {{if $.CanSignedUserFork}}href="{{AppSubUrl}}/repo/fork/{{.ID}}"{{else}} data-content="{{$.i18n.Tr "repo.fork_from_self"}}" data-position="top center" data-variation="tiny"{{end}}>
+ <a class="ui compact button {{if not $.CanSignedUserFork}}poping up{{end}}" {{if $.CanSignedUserFork}}href="{{AppSubUrl}}/repo/fork/{{.ID}}"{{else if $.IsSigned}} data-content="{{$.i18n.Tr "repo.fork_from_self"}}" data-position="top center" data-variation="tiny"{{end}}>
36
<i class="octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}}
37
</a>
38
<a class="ui basic label" href="{{.Link}}/forks">
0 commit comments