add alert close buttons

This commit is contained in:
Joey Hess 2012-07-27 16:28:00 -04:00
parent adae40a292
commit 7717501fee
3 changed files with 98 additions and 0 deletions

View file

@ -63,6 +63,7 @@ instance Yesod WebApp where
addStylesheet $ StaticR css_bootstrap_responsive_css
addScript $ StaticR jquery_full_js
addScript $ StaticR js_bootstrap_dropdown_js
addScript $ StaticR js_bootstrap_alert_js
$(widgetFile "default-layout")
hamletToRepHtml $(hamletFile $ hamletTemplate "bootstrap")