Add devise defaults

This commit is contained in:
2015-02-25 14:44:28 +01:00
parent fd9afb9d53
commit c2435695bf
27 changed files with 266 additions and 225 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
- if flash[:alert].present?
.alert-box.warning
.alert-box.warning data-alert=true
= flash[:alert]
a.close data-dismiss="alert" ×
- if flash[:notice].present?
.alert-box.info
.alert-box.info data-alert=true
= flash[:notice]
a.close data-dismiss="alert" ×