stub
This commit is contained in:
parent
c77411053b
commit
02b345249b
2 changed files with 4 additions and 0 deletions
|
@ -53,3 +53,4 @@ getAddRepositoryR :: Handler RepHtml
|
||||||
getAddRepositoryR = bootstrap (Just Config) $ do
|
getAddRepositoryR = bootstrap (Just Config) $ do
|
||||||
sideBarDisplay
|
sideBarDisplay
|
||||||
setTitle "Add repository"
|
setTitle "Add repository"
|
||||||
|
$(widgetFile "configurators/addrepository")
|
||||||
|
|
3
templates/configurators/addrepository.hamlet
Normal file
3
templates/configurators/addrepository.hamlet
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<div .span9 .hero-unit>
|
||||||
|
<h2>
|
||||||
|
Sorry, no configuration is implemented yet...
|
Loading…
Add table
Add a link
Reference in a new issue