4cd21580fb
html_safe could not work upon redirection as stated here : https://groups.google.com/forum/#!topic/rubyonrails-core/z52zgDgUmbs
7 lines
149 B
Text
7 lines
149 B
Text
#flash_message.center
|
|
- if flash.notice
|
|
.alert.alert-success
|
|
= flash.notice
|
|
- if flash.alert
|
|
.alert.alert-danger
|
|
= flash.alert.html_safe
|