fix flash css classes
This commit is contained in:
parent
7a209e10a7
commit
6ac8f6fd7a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue