Emi Matchu
ecde507b60
Just a simple one! Clicking the item image or name takes you to the DTI item page for it now!
4 lines
165 B
Text
4 lines
165 B
Text
%tr
|
|
%td.thumbnail-cell= link_to item_thumbnail_for(item), item, target: "_blank"
|
|
%td.name-cell= link_to item.name, item, target: "_blank"
|
|
%td.actions-cell= yield
|