Files
nairobi/app/views/admin/budget_headings/edit.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

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