add alert close buttons
This commit is contained in:
parent
adae40a292
commit
7717501fee
3 changed files with 98 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue