summaryrefslogtreecommitdiffstats
path: root/templates/repo/home.tmpl
diff options
context:
space:
mode:
authorFlorian Kaiser <florian.kaiser@fnkr.net>2016-02-01 16:30:28 +0000
committerFlorian Kaiser <florian.kaiser@fnkr.net>2016-02-01 17:04:58 +0000
commitd56801930668597bb8329978e384e61c0bd314ac (patch)
treef4026b1eb42fc07ca74abd68d4884906e6842dc8 /templates/repo/home.tmpl
parent5d192c2ebf0703fa0e7a5af7adbcaaec0d3b7dc9 (diff)
downloadgitea-d56801930668597bb8329978e384e61c0bd314ac.tar.gz
gitea-d56801930668597bb8329978e384e61c0bd314ac.zip
Remember last selected clone protocol, and establish uniform order (https, ssh)
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r--templates/repo/home.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index 2e5c7e0841..208b3ad3f4 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -35,7 +35,7 @@
{{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}}">
+ <button class="ui basic clone button" id="repo-clone-https" data-link="{{.CloneLink.HTTPS}}">
{{if UseHTTPS}}HTTPS{{else}}HTTP{{end}}
</button>
{{if not $.DisableSSH}}