Correctly render budget description with html & links
This commit is contained in:
@@ -7,7 +7,7 @@ module TextWithLinksHelper
|
||||
end
|
||||
|
||||
def safe_html_with_links(html)
|
||||
return html unless html.html_safe?
|
||||
return html.html_safe unless html.html_safe?
|
||||
Rinku.auto_link(html, :all, 'target="_blank" rel="nofollow"').html_safe
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user