aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-31 02:35:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-31 02:35:07 -0400
commit02b345249b06ec8e03c261a5574401ca8eaa530e (patch)
treeb3f25e1ffff2df046dbae21481361e0088d5619c
parentc77411053b1a4cbe865c1da4db70f1be2cbf5346 (diff)
stub
-rw-r--r--Assistant/WebApp/Configurators.hs1
-rw-r--r--templates/configurators/addrepository.hamlet3
2 files changed, 4 insertions, 0 deletions
diff --git a/Assistant/WebApp/Configurators.hs b/Assistant/WebApp/Configurators.hs
index 47a9b687e..0930741e2 100644
--- a/Assistant/WebApp/Configurators.hs
+++ b/Assistant/WebApp/Configurators.hs
@@ -53,3 +53,4 @@ getAddRepositoryR :: Handler RepHtml
getAddRepositoryR = bootstrap (Just Config) $ do
sideBarDisplay
setTitle "Add repository"
+ $(widgetFile "configurators/addrepository")
diff --git a/templates/configurators/addrepository.hamlet b/templates/configurators/addrepository.hamlet
new file mode 100644
index 000000000..150e08981
--- /dev/null
+++ b/templates/configurators/addrepository.hamlet
@@ -0,0 +1,3 @@
+<div .span9 .hero-unit>
+ <h2>
+ Sorry, no configuration is implemented yet...