diff --git a/app/views/budgets/stats/show.html.erb b/app/views/budgets/stats/show.html.erb index 4c976343a..180834fe5 100644 --- a/app/views/budgets/stats/show.html.erb +++ b/app/views/budgets/stats/show.html.erb @@ -34,6 +34,11 @@
  • <%= link_to t("budgets.stats.link"), budget_stats_path(@budget), class: "is-active" %>
  • + <% if @budget.finished? %> +
  • + <%= link_to t("budgets.executions.link"), budget_executions_path(@budget) %> +
  • + <% end %>