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 45
45
{{else if and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH)}}
46
46
<input id="repo-clone-url" value="{{$.UncycloCloneLink.SSH}}" readonly>
47
47
{{end}}
48
- {{if or (( not $.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH) ))}}
48
+ {{if or (not $.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH))}}
49
49
<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">
50
50
{{svg "octicon-clippy" 16}}
51
51
</button>
You can’t perform that action at this time.
0 commit comments