fix navbar on error page
This commit is contained in:
parent
265a95bc05
commit
036aa129f7
2 changed files with 25 additions and 17 deletions
|
@ -75,6 +75,8 @@ instance Yesod WebApp where
|
|||
pageinfo <- widgetToPageContent $ do
|
||||
addStylesheet $ StaticR css_bootstrap_css
|
||||
addStylesheet $ StaticR css_bootstrap_theme_css
|
||||
addScript $ StaticR js_jquery_full_js
|
||||
addScript $ StaticR js_bootstrap_js
|
||||
$(widgetFile "error")
|
||||
giveUrlRenderer $(hamletFile $ hamletTemplate "bootstrap")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue