4 lines
199 B
Plaintext
4 lines
199 B
Plaintext
<%= render Admin::BudgetsWizard::CreationStepComponent.new(heading, next_step_path) do %>
|
|
<%= render "/admin/budget_headings/form", heading: heading, path: form_path, action: "create" %>
|
|
<% end %>
|