impress/app/views/alt_styles/index.html.haml

24 lines
877 B
Text
Raw Normal View History

- 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! 💖
%p
Also, heads-up: Style tokens are pretty different from normal wearables, so
we haven't decided how to bring them into the customizer yet! Whatever we do,
it'll be a bit tricky and new 😅❗️
%p
Also, second heads-up: Because our system can only collect "item data" for
normal wearable items, 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.alt-styles-header= species.human_name
2024-01-24 07:53:37 -08:00
%ul.alt-styles-list= render partial: "alt_style", collection: species_styles