2024-01-24 06:53:37 -08:00
|
|
|
- title "Styling Studio"
|
|
|
|
|
|
|
|
%p
|
|
|
|
We're getting set up with the new NC Pet Styles! They're not ready in the app
|
|
|
|
yet, but here's what we have so far!
|
|
|
|
|
|
|
|
%p
|
|
|
|
If you have one we don't, please model it by entering your pet's name on the
|
|
|
|
homepage! Thank you! 💖
|
|
|
|
|
2024-01-24 07:22:08 -08:00
|
|
|
%p
|
|
|
|
(Also, heads-up: our system can only collect data on <em>wearable</em> items,
|
|
|
|
so there's not a great way for us to get style tokens onto tradelists… this
|
|
|
|
may change someday, but probably not soon, sorry!)
|
|
|
|
|
2024-01-24 07:53:37 -08:00
|
|
|
- @alt_styles.group_by(&:species).each do |species, species_styles|
|
|
|
|
%h2= species.human_name
|
|
|
|
%ul.alt-styles-list= render partial: "alt_style", collection: species_styles
|