Matchu
c6cb61ef38
There was a time when I used an old proxy server to try to fix mixed content issues, and I eventually removed it but never took the tendrils out from the code. We probably _should_ figure out how to secure these URLs! But until then, we may as well simplify the code.
4 lines
162 B
Text
4 lines
162 B
Text
= link_to item_path(item) do
|
|
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
|
|
%span.name= item.name
|
|
= nc_icon_for(item)
|