Files
grecia/app/views/admin/budgets/edit.html.erb
2018-01-10 11:37:05 +01:00

8 lines
286 B
Plaintext

<%= 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" %>
<h2 class="inline-block"><%= t("admin.budgets.edit.title") %></h2>
<%= render '/admin/budgets/form' %>