summaryrefslogtreecommitdiff
path: root/templates/configurators/newrepository/form.hamlet
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-18 17:50:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-18 17:50:07 -0400
commit18bae020ede6770dfbe00a3335c0e9f8b7f7fdf6 (patch)
tree74eb967c26258c40649e80d8992aee556b04f6f0 /templates/configurators/newrepository/form.hamlet
parent467844d7d3f703f99fcde1f951f33efda5e90074 (diff)
make other repositories list list all autostarted repos
And add a form to add another, unrelated repository
Diffstat (limited to 'templates/configurators/newrepository/form.hamlet')
-rw-r--r--templates/configurators/newrepository/form.hamlet11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/configurators/newrepository/form.hamlet b/templates/configurators/newrepository/form.hamlet
new file mode 100644
index 000000000..6c2405be6
--- /dev/null
+++ b/templates/configurators/newrepository/form.hamlet
@@ -0,0 +1,11 @@
+#{msg}
+<p>
+ <div .input-prepend .input-append>
+ <span .add-on>
+ <i .icon-folder-open></i>
+ ^{fvInput pathView}
+ <button type=submit .btn .btn-primary>
+ Make Repository
+$if err
+ <div .alert .alert-error>
+ #{errmsg}