moving toward configuring new repos in the webapp

This commit is contained in:
Joey Hess 2012-08-03 14:36:16 -04:00
parent 2d4f1441c8
commit b1a5a4f985
13 changed files with 147 additions and 67 deletions

View file

@ -68,7 +68,7 @@ getTransfersR nid = do
{- The main dashboard. -}
dashboard :: Bool -> Widget
dashboard warnNoScript = do
sideBarDisplay
sideBarDisplay Nothing
let content = transfersDisplay warnNoScript
$(widgetFile "dashboard/main")