From dfca88bed38efbf24dcd85b222005f9f993fbcaf Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Fri, 4 Oct 2024 18:46:53 -0700 Subject: [PATCH] Oops, use the Rainbow Pool list styles under "Other" show/hide --- app/views/pet_types/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pet_types/show.html.haml b/app/views/pet_types/show.html.haml index a8bfd12f..e2eee734 100644 --- a/app/views/pet_types/show.html.haml +++ b/app/views/pet_types/show.html.haml @@ -19,7 +19,7 @@ - if @pet_states[:other].present? %details %summary Other - %ul.pet-states + %ul.rainbow-pool-list = render @pet_states[:other] - content_for :stylesheets do