impress/app/views/items/_item_link.html.haml
Emi Matchu 19470f74d4 Use table layout for Item Getting Guide item list
This helps us be more efficient with our use of space, keep the CTAs well
aligned, show a clear total, and set up how we might do CTAs for more complex
cases like all the potential Neopoint CTAs like Wiz/Trades/Auction/etc!
2024-05-20 15:23:34 -07:00

5 lines
183 B
Text

-# NOTE: Changing this requires bumping the cache at `_closet_list.html.haml`!
= link_to item_path(item) do
= item_thumbnail_for(item)
%span.name= item.name
= nc_icon_for(item)