diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-31 17:57:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-31 17:57:08 -0400 |
commit | 4b5ffe8f9b84c20912871b0dfe627d041ce2d99f (patch) | |
tree | 95a1950195cc558073bb9e576110019dc156ca10 /templates | |
parent | bcf5c81593f26a253b514224e3326defd6fa0a8d (diff) |
implemented the addrepository form
shiny!
Diffstat (limited to 'templates')
-rw-r--r-- | templates/configurators/addrepository.hamlet | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/configurators/addrepository.hamlet b/templates/configurators/addrepository.hamlet index 20ece2806..7af450b87 100644 --- a/templates/configurators/addrepository.hamlet +++ b/templates/configurators/addrepository.hamlet @@ -10,7 +10,6 @@ <p> Files in this repository will managed by git-annex, # and kept in sync with your repositories on other devices. - <form .form-inline> - <i class="icon-folder-open"></i> # - <input type="text" .input-xlarge placeholder="directory"> # - <button type="submit" .btn .btn-primary .btn-large>Make Repository</button> + <p> + <form .form-inline enctype=#{enctype}> + ^{form} |