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

19 lines
699 B
Text
Raw Normal View History

- title "Styling Studio"
%p
Here's all the new NC Pet Styles we have! They're available in the app too,
by opening the emotion picker and clicking the "Styles" tab.
%p
If you have an Alt Style we don't, please model it by entering your pet's
name on the homepage! Thank you! 💖
%p
Also, 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