diff --git a/app/views/admin/budgets/edit.html.erb b/app/views/admin/budgets/edit.html.erb index 6c54cc75b..a0484c865 100644 --- a/app/views/admin/budgets/edit.html.erb +++ b/app/views/admin/budgets/edit.html.erb @@ -1,5 +1,7 @@ <%= back_link_to admin_budgets_path %> +<%= button_to t("admin.budgets.edit.delete"), admin_budget_path(@budget), method: :delete, class: "button hollow alert float-right small" %> +

<%= t("admin.budgets.edit.title") %>

<%= render '/admin/budgets/form' %>