@@ -209,7 +209,7 module ApplicationHelper | |||||
209 | flash.each do |k,v| |
|
209 | flash.each do |k,v| | |
210 | s << content_tag('div', v, :class => "flash #{k}") |
|
210 | s << content_tag('div', v, :class => "flash #{k}") | |
211 | end |
|
211 | end | |
212 | s |
|
212 | s.html_safe | |
213 | end |
|
213 | end | |
214 |
|
214 | |||
215 | # Renders tabs and their content |
|
215 | # Renders tabs and their content |
General Comments 0
You need to be logged in to leave comments.
Login now