1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items/sources.html.haml
Emi Matchu d3b3a3060c Split Item Getting Guide between NC Mall items and Other NC items
This'll affect the recommended acquisition method by a lot!

NC Mall info like current price isn't surfaced anywhere else in the app
right now. It'd probably be good to add to the item page, and maybe
some other places too!
2024-05-14 00:09:27 -07:00

18 lines
341 B
Text

- title "Item Getting Guide"
%h1#title Item Getting Guide
- if @nc_mall_items.present?
%h2 NC Mall items
= render @nc_mall_items
- if @np_items.present?
%h2 Neopoint items
= render @np_items
- if @pb_items.present?
%h2 Paintbrush items
= render @pb_items
- if @other_nc_items.present?
%h2 Other NC items
= render @other_nc_items