forked from OpenNeo/impress
Emi Matchu
244bb7627a
Apparently I correctly updated the first paragraph, but not the third one, oops lol!
18 lines
699 B
Text
18 lines
699 B
Text
- 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!
|
|
|
|
- @alt_styles.group_by(&:species).each do |species, species_styles|
|
|
%h2.alt-styles-header= species.human_name
|
|
%ul.alt-styles-list= render partial: "alt_style", collection: species_styles
|