This is mentioned as the fix:
= link_to((image_tag “https://#{@url_params[:host]}#{listing.author.image.url(:thumb)}” , :width => 50, :height => 50, :style => “display:block;margin-right:20px;margin-bottom:10px;margin-top:0;border:0”), person_url(listing.author, @url_params))
with respect to creating the correct ‘src’ attribute (specifically: “https://#{@url_params[:host]}#{listing.author.image.url(:thumb)}”), but this doesn’t work (parse).
Help