Oops, fix minor breadcrumbs display bug on pet_types#show
This commit is contained in:
parent
d465f4125e
commit
e4a640ccee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue