diff --git a/app/views/organizations/home/index.html.erb b/app/views/organizations/home/index.html.erb index 8db2ed0a6..173b46f83 100644 --- a/app/views/organizations/home/index.html.erb +++ b/app/views/organizations/home/index.html.erb @@ -37,7 +37,7 @@
<% @pets.each do |pet| %> - <%= link_to adoptable_pet_path(pet) do %> + <%= link_to adoptable_pet_path(pet), data: { turbo: "false" } do %>