diff --git a/app/views/cities/_city.html.erb b/app/views/cities/_city.html.erb index 98e6a00..bf0ba53 100644 --- a/app/views/cities/_city.html.erb +++ b/app/views/cities/_city.html.erb @@ -74,7 +74,7 @@
<%= link_to city_path(city), - class: "btn btn-primary btn-sm gap-2" do %> + class: "btn btn-primary btn-sm gap-2", data: { turbo_frame: "_top" } do %> View Details @@ -114,7 +114,7 @@
<%= link_to city_path(city), - class: "btn btn-primary btn-sm gap-2" do %> + class: "btn btn-primary btn-sm gap-2", data: { turbo_frame: "_top" } do %> View Details