summaryrefslogtreecommitdiff
path: root/Assistant/WebApp/SideBar.hs
diff options
context:
space:
mode:
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.
-