summaryrefslogtreecommitdiff
path: root/Assistant/WebApp/SideBar.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-31 01:24:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-31 01:24:49 -0400
commit5fed026bcdaa0724acd2640193e341bb8358980b (patch)
tree97463af6af63042458adbc71f1253fc0fe9bc027 /Assistant/WebApp/SideBar.hs
parent58dfa3fa5b1b8be6f344e9ef5bfb3adda11069ab (diff)
reorg templates
Diffstat (limited to 'Assistant/WebApp/SideBar.hs')
-rw-r--r--Assistant/WebApp/SideBar.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Assistant/WebApp/SideBar.hs b/Assistant/WebApp/SideBar.hs
index 4df0c8d55..2c630324c 100644
--- a/Assistant/WebApp/SideBar.hs
+++ b/Assistant/WebApp/SideBar.hs
@@ -34,7 +34,7 @@ sideBarDisplay = do
mapM_ renderalert $
take displayAlerts $ reverse $ sortAlertPairs alertpairs
let ident = "sidebar"
- $(widgetFile "sidebar")
+ $(widgetFile "sidebar/main")
autoUpdate ident NotifierSideBarR (10 :: Int) (10 :: Int)
where
bootstrapclass Activity = "alert-info"
@@ -60,7 +60,7 @@ sideBarDisplay = do
addalert i closable block divclass heading widget = do
let alertid = show i
let closealert = CloseAlert i
- $(widgetFile "alert")
+ $(widgetFile "sidebar/alert")
{- Called by client to get a sidebar display.
-