When users created a budget and made a typo, they could use the link to go back to edit a budget. However, after doing so, they were out of the budget creation process. So we're now letting users go back to edit the budget, fix any mistakes they might have made, and then continue to groups.
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
<%= back_link_to admin_budgets_path %>
|
|
|
|
<%= header %>
|
|
|
|
<%= render Admin::BudgetsWizard::CreationTimelineComponent.new("budget") %>
|
|
<%= render Admin::Budgets::FormComponent.new(budget, wizard: true) %>
|