Currently we were using the wizard component to edit a phase when we were no longer in the wizard. This was a bit strange, as it took us out of the context and showed us information such as the CreationTimelineComponent or the HelpComponent that is meant for when navigating the Wizard.
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
<%= back_link_to admin_budget_path(@budget) %>
|
|
|
|
<h2><%= @budget.name %></h2>
|
|
|
|
<h3><%= "#{t("admin.budget_phases.edit.title")} - #{@phase.name}" %></h3>
|
|
|
|
<%= render "form" %>
|