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 21
21
{{else if and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH)}}
22
22
<input id="repo-clone-url" value="{{$.WikiCloneLink.SSH}}" readonly>
23
23
{{end}}
24
- {{if or (( not $.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH) ))}}
24
+ {{if or (not $.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH))}}
25
25
<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">
26
26
<i class="octicon octicon-clippy"></i>
27
27
</button>
You can’t perform that action at this time.
0 commit comments