|
|
|
@ -117,7 +117,6 @@ |
|
|
|
|
<div class="ui action tiny input" id="clone-panel"> |
|
|
|
|
{{template "repo/clone_buttons" .}} |
|
|
|
|
{{template "repo/clone_script" .}} |
|
|
|
|
{{if not .DisableDownloadSourceArchives}} |
|
|
|
|
<button id="download-btn" class="ui basic small compact jump dropdown icon button tooltip" data-content="{{.i18n.Tr "repo.download_archive"}}" data-position="top right"> |
|
|
|
|
{{svg "octicon-download"}} |
|
|
|
|
<div class="menu"> |
|
|
|
@ -129,7 +128,6 @@ |
|
|
|
|
<a class="item" href="vscode://vscode.git/clone?url={{$.RepoCloneLink.HTTPS}}">{{svg "gitea-vscode" 16 "mr-3"}}{{.i18n.Tr "repo.clone_in_vsc"}}</a> |
|
|
|
|
</div> |
|
|
|
|
</button> |
|
|
|
|
{{end}} |
|
|
|
|
</div> |
|
|
|
|
{{end}} |
|
|
|
|
{{if and (ne $n 0) (not .IsViewFile) (not .IsBlame) }} |
|
|
|
|