8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
<%= render "header", action: "edit" %>
|
|
|
|
<%= render Admin::BudgetHeadings::FormComponent.new(
|
|
@heading,
|
|
path: admin_budget_group_heading_path(@budget, @group, @heading),
|
|
action: "submit"
|
|
) %>
|