tiny: don't qualify imported function
This commit is contained in:
parent
55c86c546b
commit
3f78df0c12
@ -70,8 +70,8 @@ instance Yesod ~sitearg~ where
|
||||
mmsg <- getMessage
|
||||
pc <- widgetToPageContent $ do
|
||||
widget
|
||||
addCassius $(Settings.cassiusFile "default-layout")
|
||||
hamletToRepHtml $(Settings.hamletFile "default-layout")
|
||||
addCassius $(cassiusFile "default-layout")
|
||||
hamletToRepHtml $(hamletFile "default-layout")
|
||||
|
||||
-- This is done to provide an optimization for serving static files from
|
||||
-- a separate domain. Please see the staticroot setting in Settings.hs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user