summaryrefslogtreecommitdiff
path: root/templates/configurators
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-05-15 13:38:23 -0400
committerJoey Hess <joey@kitenet.net>2014-05-15 13:39:04 -0400
commit77a06d9c8f6116798e8094f3d2530d3026312f89 (patch)
tree6c06d29337307e7aabd632e9ee3b2fed66ff2169 /templates/configurators
parentc705df565123d82d7cb3f7fa9ae2d50b853cfd6b (diff)
move button to bottom, since password needs to be entered and remove confusing text
Diffstat (limited to 'templates/configurators')
-rw-r--r--templates/configurators/ssh/enable.hamlet12
1 files changed, 4 insertions, 8 deletions
diff --git a/templates/configurators/ssh/enable.hamlet b/templates/configurators/ssh/enable.hamlet
index b02464b2a0..c3edee3008 100644
--- a/templates/configurators/ssh/enable.hamlet
+++ b/templates/configurators/ssh/enable.hamlet
@@ -3,16 +3,8 @@
<h2>
Enabling #{description}
<p>
- To enable this repository, you first need to check that its ssh server #
- is usable from here.
- <p>
- <p>
<form method="post" .form-horizontal enctype=#{enctype}>
<fieldset>
- <div .form-group>
- <div .col-sm-10 .col-sm-offset-2>
- <button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
- Check this server
$case status
$of UnusableServer msg
<div .alert .alert-danger>
@@ -21,6 +13,10 @@
$of _
^{form}
^{webAppFormAuthToken}
+ <div .form-group>
+ <div .col-sm-10 .col-sm-offset-2>
+ <button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
+ Check this server
<div .modal .fade #testmodal>
<div .modal-dialog>
<div .modal-content>