Remove some unneeded html_safe calls [can be updated]
Created by: cirosantilli
Those calls are not necessary because:
-
content_tag
calls it on it's output already: what could make a difference would be to callhtml_safe
on the input of that function - the concatenation
+
ofSafeBuffer
(returned byhtml_safe
) is anotherSafeBuffer
. -
link_to
usescontent_tag