Merge pull request #1554 from basecamp/boost-error

Fix: boosts not working
This commit is contained in:
Jorge Manrubia
2025-11-11 16:31:04 +01:00
committed by GitHub
+2 -1
View File
@@ -14,7 +14,8 @@
navigable_list_focus_on_selection_value: false,
navigable_list_actionable_items_value: true } do %>
<%= turbo_frame_tag "my_menu", src: my_menu_path, loading: :lazy, target: "_top" do %>
<%= render "my/menus/jump" %>
<% # Passing empty block to avoid double-render %>
<%= render("my/menus/jump") { } %>
<% end %>
<% end %>
</nav>