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
+8
View File
@@ -0,0 +1,8 @@
- if flash[:alert].present?
.alert-box.warning
= flash[:alert]
a.close data-dismiss="alert" ×
- if flash[:notice].present?
.alert-box.info
= flash[:notice]
a.close data-dismiss="alert" ×