Files
nairobi/app/components/admin/budgets_wizard/headings/creation_step_component.html.erb
Javi Martín ca013cf9f1 Move budget headings form partial to a component
This way it'll be easier to test it.
2023-05-29 17:46:04 +02:00

4 lines
201 B
Plaintext

<%= render Admin::BudgetsWizard::CreationStepComponent.new(heading, next_step_path) do %>
<%= render Admin::BudgetHeadings::FormComponent.new(heading, path: form_path, action: "create") %>
<% end %>