diff --git a/app/views/pet_states/_pet_state.html.haml b/app/views/pet_states/_pet_state.html.haml
index f9d10f98b..5407f2034 100644
--- a/app/views/pet_states/_pet_state.html.haml
+++ b/app/views/pet_states/_pet_state.html.haml
@@ -1,5 +1,5 @@
%li
- = link_to [pet_state.pet_type, pet_state] do
+ = link_to useful_pet_state_path(pet_state.pet_type, pet_state) do
= outfit_viewer pet_state:
.name= pose_name pet_state.pose
- if pet_state.glitched?