summaryrefslogtreecommitdiff
path: root/templates/configurators
diff options
context:
space:
mode:
Diffstat (limited to 'templates/configurators')
-rw-r--r--templates/configurators/newrepository.hamlet15
-rw-r--r--templates/configurators/newrepository/first.hamlet (renamed from templates/configurators/firstrepository.hamlet)4
-rw-r--r--templates/configurators/newrepository/form.hamlet (renamed from templates/configurators/firstrepository/form.hamlet)0
3 files changed, 17 insertions, 2 deletions
diff --git a/templates/configurators/newrepository.hamlet b/templates/configurators/newrepository.hamlet
new file mode 100644
index 000000000..d2bdad9b9
--- /dev/null
+++ b/templates/configurators/newrepository.hamlet
@@ -0,0 +1,15 @@
+<div .span9 .hero-unit>
+ <h2>
+ Add another repository
+ <p>
+ The form below will make a separate repository, that is not synced #
+ with your existing repository. You can use the new repository for #
+ different sorts of files, that are synced and shared with other #
+ devices and users.
+ <p>
+ <form .form-inline enctype=#{enctype}>
+ ^{form}
+ <p>
+ <i .icon-asterisk></i> #
+ Do you want to add another repository that is kept in sync with #
+ the current one? If so, <a href="@{RepositoriesR}">go here</a>.
diff --git a/templates/configurators/firstrepository.hamlet b/templates/configurators/newrepository/first.hamlet
index ac28119eb..88b1fa72b 100644
--- a/templates/configurators/firstrepository.hamlet
+++ b/templates/configurators/newrepository/first.hamlet
@@ -10,5 +10,5 @@
Files in this repository will managed by git-annex, #
and kept in sync with your repositories on other devices.
<p>
- <form .form-inline enctype=#{enctype}>
- ^{form}
+ <form .form-inline enctype=#{enctype}>
+ ^{form}
diff --git a/templates/configurators/firstrepository/form.hamlet b/templates/configurators/newrepository/form.hamlet
index 6c2405be6..6c2405be6 100644
--- a/templates/configurators/firstrepository/form.hamlet
+++ b/templates/configurators/newrepository/form.hamlet