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
|
||||
sideBarDisplay
|
||||
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
Reference in a new issue