Merge pull request #142 from ChrisBr/flash

fix flash css classes
This commit is contained in:
Christian Bruckmayer 2014-05-19 10:58:22 +02:00
commit de0ada0bd1

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