DescriptionController: move html_safe to the view
html_safe could not work upon redirection as stated here : https://groups.google.com/forum/#!topic/rubyonrails-core/z52zgDgUmbs
This commit is contained in:
parent
eb3bb63a8f
commit
4cd21580fb
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@
|
|||
= flash.notice
|
||||
- if flash.alert
|
||||
.alert.alert-danger
|
||||
= flash.alert
|
||||
= flash.alert.html_safe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue