forked from OpenNeo/impress
6 lines
195 B
Text
6 lines
195 B
Text
= link_to item_path(item, :q => @query) do
|
|
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
|
|
= item.name
|
|
= nc_icon_for(item)
|
|
= closeted_icon_for(item)
|
|
|