@ -135,9 +135,9 @@
<a class="item archive-link" href=" {{ $ .RepoLink }} /archive/ {{ PathEscapeSegments $ .RefName }} .zip" rel="nofollow"> {{ svg "octicon-file-zip" 1 6 "gt-mr-3" }} {{ ctx .Locale .Tr "repo.download_zip" }} </a>
<a class="item archive-link" href=" {{ $ .RepoLink }} /archive/ {{ PathEscapeSegments $ .RefName }} .tar.gz" rel="nofollow"> {{ svg "octicon-file-zip" 1 6 "gt-mr-3" }} {{ ctx .Locale .Tr "repo.download_tar" }} </a>
<a class="item archive-link" href=" {{ $ .RepoLink }} /archive/ {{ PathEscapeSegments $ .RefName }} .bundle" rel="nofollow"> {{ svg "octicon-package" 1 6 "gt-mr-3" }} {{ ctx .Locale .Tr "repo.download_bundle" }} </a>
{{ if .CitiationExist }}
<a class="item" id="cite-repo-button">{{ svg "octicon-cross-reference" 1 6 "gt-mr-3" }} {{ ctx .Locale .Tr "repo.cite_this_repo" }} </a>
{{ end }}
{{ end }}
{{ if .CitiationExist }}
<a class="item" id="cite-repo-button">{{ svg "octicon-cross-reference" 1 6 "gt-mr-3" }} {{ ctx .Locale .Tr "repo.cite_this_repo" }} </a>
{{ end }}
{{ range .OpenWithEditorApps }}
<a class="item js-clone-url-editor" data-href-template=" {{ .OpenURL }} "> {{ .IconHTML }} {{ ctx .Locale .Tr "repo.open_with_editor" .DisplayName }} </a>