deal with yesod's second gratuitous rename of the same function in a year
This commit is contained in:
parent
31a1f061c6
commit
ce9076370e
7 changed files with 23 additions and 11 deletions
|
@ -73,7 +73,7 @@ getSideBarR nid = do
|
|||
liftIO $ threadDelay 100000
|
||||
|
||||
page <- widgetToPageContent sideBarDisplay
|
||||
giveUrlRenderer $ [hamlet|^{pageBody page}|]
|
||||
withUrlRenderer $ [hamlet|^{pageBody page}|]
|
||||
|
||||
{- Called by the client to close an alert. -}
|
||||
getCloseAlert :: AlertId -> Handler ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue