Better cmtool integration

This commit is contained in:
2015-02-25 12:54:07 +01:00
parent 6a47ecb0eb
commit fd9afb9d53
15 changed files with 110 additions and 72 deletions
+1 -9
View File
@@ -27,15 +27,7 @@ html lang="en"
.container
.content-top
.main-inner
.general-alerts
- if flash[:alert].present?
.flash-box.alert
div= flash[:alert]
a.close data-dismiss="alert" ×
- if flash[:notice].present?
.flash-box.notice
div= flash[:notice]
a.close data-dismiss="alert" ×
= render 'theme1/alerts'
= yield :page_title
= yield
= render 'theme1/footer'