Files
nairobi/app/components/admin/budgets_wizard/budgets/new_component.html.erb
Julian Herrero 2115eb5274 Allow creating budgets step by step
We introduce the first step (creating the budget).

Co-Authored-By: decabeza <alberto@decabeza.es>
2021-06-08 14:25:44 +02:00

7 lines
177 B
Plaintext

<%= back_link_to admin_budgets_path %>
<%= header %>
<%= render Admin::BudgetsWizard::CreationTimelineComponent.new %>
<%= render Admin::Budgets::FormComponent.new(budget) %>