Avoiding Devise's "true" flash popup
This commit is contained in:
parent
09ca7c94f2
commit
02d96bd6b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Display alert messages to the user
|
||||
|
||||
- if flash
|
||||
- flash.each do |name,msg|
|
||||
- flash.except(:timedout).each do |name,msg|
|
||||
- case name
|
||||
- when 'notice'
|
||||
- flash_color = 'white'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue