impress/app
Emi Matchu 989c96fd2b Oops, fix pb_item for "Royal Girl Elephante Gold Bracelets" and similar
There's some funny bugs we had here, like "Relic Elephante Jewellery"
and "Royal Girl Skeith Bodice" getting assigned "Ice", and
"Tyrannian Meerca Spear" being "Pea" lmao

I went and checked all the assignments now and they look good to me!

```ruby
Item.is_pb.order(:name).
  map { |i| [i.pb_color&.human_name, i.name] }
```
2024-09-13 19:56:41 -07:00
..
assets Oops, fix typo blocking non-bold-or-italic Delicious font from loading 2024-09-09 21:45:52 -07:00
controllers Simplify CSP header for SWF asset embeds, to fix 502 for some assets 2024-09-12 15:59:18 -07:00
helpers Add Customize More button back to item pages 2024-09-06 17:12:11 -07:00
javascript Set Prettier default to tabs instead of spaces, run on all JS 2024-09-09 16:11:48 -07:00
mailers/fundraising Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
models Oops, fix pb_item for "Royal Girl Elephante Gold Bracelets" and similar 2024-09-13 19:56:41 -07:00
services Upgrade async and related gems, and fix async-http response handling 2024-09-07 12:14:12 -07:00
views Fix minor whitespace issue on item page "Occupies" zone list 2024-09-12 16:03:10 -07:00