diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-31 12:33:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-31 12:33:52 -0400 |
commit | 0d3686972d9b08b061f86b3e38fb681becf1c833 (patch) | |
tree | e65287fe8d019da88e22a844f61bc9401cca1adb /templates | |
parent | 1efb0d109ee425b53b76e92ee69c5ec7bf6cf979 (diff) |
form
Diffstat (limited to 'templates')
-rw-r--r-- | templates/configurators/intro.hamlet | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/configurators/intro.hamlet b/templates/configurators/intro.hamlet index 5062346a8..be451a91f 100644 --- a/templates/configurators/intro.hamlet +++ b/templates/configurators/intro.hamlet @@ -26,3 +26,12 @@ <a .btn .btn-primary .btn-large href="@{AddRepositoryR}">Add another repository</a> <p> Or just sit back, watch the magic, and get on with using your files. + $nothing + <h2> + Creating a git-annex repository + <p> + Files in this repository will managed by git-annex, # + and kept in sync with your repositories on other devices. + <form .form-inline> + <input type="text" .input-xlarge placeholder="directory"> # + <button type="submit" .btn .btn-primary .btn-large>Make Repository</button> |