converting to string makes this not an htmlsafe buffer
This commit is contained in:
parent
6859f97145
commit
cf2c12d98b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,6 +73,6 @@ module ApplicationHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def popover_with_close_html(without_close_html)
|
def popover_with_close_html(without_close_html)
|
||||||
without_close_html + "#{link_to(image_tag('deletelabel.png'), "#", :class => 'close')}"
|
without_close_html + link_to(image_tag('deletelabel.png'), "#", :class => 'close')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue