Skip to content

Commit

Permalink
Ignore turbo when opening a saved scenario page from the index
Browse files Browse the repository at this point in the history
  • Loading branch information
noracato committed Dec 2, 2024
1 parent f5ffa72 commit cc93e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/saved_scenarios/row/component.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= link_to @path, class: "grid grid-cols-4 w-full transition mb-5 p-2 pr-4 rounded-md hover:bg-midnight-600" do %>
<%= link_to @path, data: { turbo_frame: "_top" }, class: "grid grid-cols-4 w-full transition mb-5 p-2 pr-4 rounded-md hover:bg-midnight-600" do %>
<div class="flex col-span-2">
<span class="bg-midnight-900 rounded-md h-8 w-8 mr-5 pt-1 mt-1 text-center text-midnight-200"><%= initials_for(first_owner) %></span>
<div class="flex flex-col">
Expand Down

0 comments on commit cc93e1b

Please sign in to comment.