Emi Matchu
d11c18129d
The lists of pet types and pet states had very similar styles, which I mostly copy-pasted. Now that I want to use them for Alt Styles too, I'm refactoring!
6 lines
221 B
Text
6 lines
221 B
Text
%li
|
|
= link_to useful_pet_state_path(pet_state.pet_type, pet_state) do
|
|
= outfit_viewer pet_state:, class: "preview"
|
|
.name= pose_name pet_state.pose
|
|
- if pet_state.glitched?
|
|
%span.glitched{title: "Glitched"} 👾
|