fix flash css classes

This commit is contained in:
Chrisbr
2014-05-16 19:52:41 +02:00
parent 7a209e10a7
commit 6ac8f6fd7a

View File

@@ -6,9 +6,9 @@ module ApplicationHelper
when 'success'
'alert-success'
when 'error'
'alert-error'
'alert-danger'
when 'alert'
'alert-block'
'alert-warning'
when 'notice'
'alert-info'
else