mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
7 lines
283 B
Plaintext
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 %>
|