diff --git a/app/views/admin/budgets/edit.html.erb b/app/views/admin/budgets/edit.html.erb index 94da65a31..6c54cc75b 100644 --- a/app/views/admin/budgets/edit.html.erb +++ b/app/views/admin/budgets/edit.html.erb @@ -1,9 +1,5 @@ <%= back_link_to admin_budgets_path %> -
-
-

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

+

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

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