diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index ed6074c6e..6d30d2632 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -73,6 +73,6 @@ module ApplicationHelper end 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