mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
<%= component_wrapper(**@container_arguments) do %>
|
|
<%= page_header %>
|
|
|
|
<%= grid_layout("step-wizard", tag: :div) do |page| %>
|
|
<%= page.with_area("content", **@content_arguments) do %>
|
|
<%= wizard_content %>
|
|
<% end %>
|
|
|
|
<%= page.with_area("footer") do %>
|
|
<%= footer %>
|
|
<% end %>
|
|
<% end %>
|
|
<% end %>
|