4 lines
201 B
Plaintext
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 %>
|