impress/app/views/items/_item_list_row.html.haml
Emi Matchu 39c05b8dac Refactor Item Getting Guide table rows to use a shared template
I'm gonna add more stuff like linking to the item page and stuff, and
that's starting to get complex enough to not want to repeat myself!
2024-05-21 18:48:29 -07:00

4 lines
91 B
Text

%tr
%td.thumbnail-cell= item_thumbnail_for(item)
%td= item.name
%td.actions-cell= yield