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' when 'success'
'alert-success' 'alert-success'
when 'error' when 'error'
'alert-error' 'alert-danger'
when 'alert' when 'alert'
'alert-block' 'alert-warning'
when 'notice' when 'notice'
'alert-info' 'alert-info'
else else