Files
openproject/app/views/wiki/_menu_pages_tree.html.erb
2025-02-11 18:49:19 +01:00

7 lines
283 B
Plaintext

<%= turbo_frame_tag "wiki_main_menu",
src: url_for({ controller: "/wiki", action: :menu, project_id: @project.id, id: @page&.id }),
target: "_top",
data: { turbo: false },
loading: :lazy do %>
<% end %>