make other repositories list list all autostarted repos
And add a form to add another, unrelated repository
This commit is contained in:
parent
467844d7d3
commit
18bae020ed
15 changed files with 166 additions and 38 deletions
15
templates/configurators/newrepository.hamlet
Normal file
15
templates/configurators/newrepository.hamlet
Normal file
|
@ -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>.
|
|
@ -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}
|
Loading…
Add table
Add a link
Reference in a new issue