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

@ -17,6 +17,6 @@ import Yesod
getAboutR :: Handler RepHtml
getAboutR = bootstrap (Just About) $ do
sideBarDisplay
sideBarDisplay Nothing
setTitle "About git-annex"
$(widgetFile "documentation/about")