summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-01-31 20:52:17 -0400
committerJoey Hess <joey@kitenet.net>2014-01-31 20:53:34 -0400
commit8bbe4ff934eea881d458c717fbb98124bdacab61 (patch)
tree76c5895be32b78c62b83a91a979cb4f2d46537bd /templates
parent149527e666794bd39ba59cc5a489e504ccb4242c (diff)
remove Retry button
Testing suggests that at least some browsers (like mozilla) cache things in a way that prevents the href="#" from reloading anything, so the button didn't work. Did not see a quick way to fix this better, so just suggest user reload.
Diffstat (limited to 'templates')
-rw-r--r--templates/configurators/ssh/error.hamlet3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/configurators/ssh/error.hamlet b/templates/configurators/ssh/error.hamlet
index be8801f327..abdcb90399 100644
--- a/templates/configurators/ssh/error.hamlet
+++ b/templates/configurators/ssh/error.hamlet
@@ -8,5 +8,4 @@
<pre>
#{msg}
<p>
- <a .btn .btn-primary href="#">
- Retry
+ To retry setting up the repository, reload this page.