diff --git a/app/views/budgets/show.html.erb b/app/views/budgets/show.html.erb index 8b810538e..768cf7727 100644 --- a/app/views/budgets/show.html.erb +++ b/app/views/budgets/show.html.erb @@ -9,7 +9,7 @@ <%# Top Section: Donut and Summary side by side %>
<%# Budget Donut %> -
+
<% if !@budget.initialized? && @source_budget.present? %> <%= render "budgets/copy_previous_prompt", budget: @budget, source_budget: @source_budget %> <% elsif @budget.initialized? && @budget.available_to_allocate.negative? %>