Merge pull request #1554 from basecamp/boost-error
Fix: boosts not working
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user