Skip to content

Commit

Permalink
bug-fix: duplicating copy right year
Browse files Browse the repository at this point in the history
add: "data: { turbo: "false" }" on adoptable pet link.
  • Loading branch information
Gabe-Torres committed Feb 28, 2025
1 parent 9d8efe5 commit 1720094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/organizations/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!--//? bootstrap cards -->
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 mt-4 w-100 justify-content-center">
<% @pets.each do |pet| %>
<%= link_to adoptable_pet_path(pet) do %>
<%= link_to adoptable_pet_path(pet), data: { turbo: "false" } do %>
<div class="col">
<div class="card featured-pets h-100 mt-4 mt-lg-0">
<%= image_tag(pet.images.first, alt: pet.name, height: 275, style: "object-fit: cover;") %>
Expand Down

0 comments on commit 1720094

Please sign in to comment.