Files
openproject/app/components/step_wizard/page_layout_component.html.erb
2025-11-21 08:43:44 +01:00

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 %>