From e4a640cceed4c1a33ed554f3faa10afcb6c96ef2 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Fri, 27 Sep 2024 22:39:22 -0700 Subject: [PATCH] Oops, fix minor breadcrumbs display bug on pet_types#show --- 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 f0b523bf..d2cbb110 100644 --- a/app/views/pet_types/show.html.haml +++ b/app/views/pet_types/show.html.haml @@ -7,7 +7,7 @@ %li = link_to @pet_type.color.human_name, pet_types_path(color: @pet_type.color.human_name) - %li{"data-joined-with-prev": true} + %li{"data-relation-to-prev": "sibling"} = link_to @pet_type.species.human_name, pet_types_path(species: @pet_type.species.human_name) %li