File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 73
73
{{else if and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH)}}
74
74
<input id="repo-clone-url" value="{{$.CloneLink.SSH}}" readonly>
75
75
{{end}}
76
- {{if or (( not $.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH) ))}}
76
+ {{if or (not $.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH))}}
77
77
<button class="ui basic icon button poping up clipboard" id="clipboard-btn" data-original="{{.i18n.Tr "repo.copy_link"}}" data-success="{{.i18n.Tr "repo.copy_link_success"}}" data-error="{{.i18n.Tr "repo.copy_link_error"}}" data-content="{{.i18n.Tr "repo.copy_link"}}" data-variation="inverted tiny" data-clipboard-target="#repo-clone-url">
78
78
<i class="octicon octicon-clippy"></i>
79
79
</button>
You can’t perform that action at this time.
0 commit comments