1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items/_item_list_row.html.haml
Emi Matchu ecde507b60 Add item page links to Item Getting Guide table rows
Just a simple one! Clicking the item image or name takes you to the DTI
item page for it now!
2024-05-21 18:57:32 -07:00

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