impress/app
Emi Matchu 73a49c1fec Update item URL helpers (like Shop Wiz) to use URL templates
This is just a tech update: instead of using hand-built URLs with
`CGI::escape`, I use `Addressable::Template`, which is a more reliable
way to build URLs in general.

The motivation here is that I noticed the Shop Wizard link is actually
broken! And I wanted to fix this while I was here, but I figured let's
split that into a separate commit than this refactor. See next!
2024-05-21 17:54:12 -07:00
..
assets Refactor and simplify Item Getting Guide item list CSS a bit 2024-05-20 16:15:46 -07:00
controllers Split Item Getting Guide between NC Mall items and Other NC items 2024-05-14 00:09:27 -07:00
helpers Update item URL helpers (like Shop Wiz) to use URL templates 2024-05-21 17:54:12 -07:00
javascript Fix multi-word search in outfit editor 2024-05-06 15:08:37 -07:00
mailers/fundraising Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
models Oops, don't crash calling current_nc_price on non-NC-Mall items 2024-05-21 17:24:55 -07:00
services Load *all* NC Mall pages in nc_mall:sync 2024-05-10 17:39:40 -07:00
views Refactor and simplify Item Getting Guide item list CSS a bit 2024-05-20 16:15:46 -07:00