From d465f4125ee5e1b22ab3231e0d6f3e6c35f796e8 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Fri, 27 Sep 2024 22:35:13 -0700 Subject: [PATCH] For support staff, Rainbow Pool links directly to edit page, not show Just on the assumption that like. We're mostly here to edit things --- app/views/pet_states/_pet_state.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pet_states/_pet_state.html.haml b/app/views/pet_states/_pet_state.html.haml index f9d10f98..5407f203 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?