summaryrefslogtreecommitdiff
path: root/Assistant/WebApp/Documentation.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-03 14:36:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-03 14:36:16 -0400
commitb1a5a4f985783ab7a6e9f443975f9347cb4a4f30 (patch)
tree42cbc1fe5dc8fb7b8dcaec543de9e53eccbe78db /Assistant/WebApp/Documentation.hs
parent2d4f1441c8af0b30eefdbea29816a7c1ade88aaa (diff)
moving toward configuring new repos in the webapp
Diffstat (limited to 'Assistant/WebApp/Documentation.hs')
-rw-r--r--Assistant/WebApp/Documentation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/WebApp/Documentation.hs b/Assistant/WebApp/Documentation.hs
index b0a9e4d98..530c4ceb3 100644
--- a/Assistant/WebApp/Documentation.hs
+++ b/Assistant/WebApp/Documentation.hs
@@ -17,6 +17,6 @@ import Yesod
getAboutR :: Handler RepHtml
getAboutR = bootstrap (Just About) $ do
- sideBarDisplay
+ sideBarDisplay Nothing
setTitle "About git-annex"
$(widgetFile "documentation/about")