|
|
|
@ -35,15 +35,15 @@ |
|
|
|
|
{{if eq $n 0}} |
|
|
|
|
<div class="right fitted item"> |
|
|
|
|
<div class="ui action small input" id="clone-panel"> |
|
|
|
|
<button class="ui blue basic clone button" id="repo-clone-https" data-link="{{.CloneLink.HTTPS}}"> |
|
|
|
|
{{if UseHTTPS}}HTTPS{{else}}HTTP{{end}} |
|
|
|
|
</button> |
|
|
|
|
{{if not $.DisableSSH}} |
|
|
|
|
<button class="ui blue basic clone button" id="repo-clone-ssh" data-link="{{.CloneLink.SSH}}"> |
|
|
|
|
<button class="ui basic clone button" id="repo-clone-ssh" data-link="{{.CloneLink.SSH}}"> |
|
|
|
|
SSH |
|
|
|
|
</button> |
|
|
|
|
{{end}} |
|
|
|
|
<button class="ui {{if $.DisableSSH}}blue{{end}} basic clone button" id="repo-clone-https" data-link="{{.CloneLink.HTTPS}}"> |
|
|
|
|
{{if UseHTTPS}}HTTPS{{else}}HTTP{{end}} |
|
|
|
|
</button> |
|
|
|
|
<input id="repo-clone-url" value="{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}" readonly> |
|
|
|
|
<input id="repo-clone-url" value="{{$.CloneLink.HTTPS}}" readonly> |
|
|
|
|
<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"> |
|
|
|
|
<i class="octicon octicon-clippy"></i> |
|
|
|
|
</button> |
|
|
|
|