Added admin budget phases views

This commit is contained in:
María Checa
2018-01-18 21:33:22 +01:00
parent 1abb7f0310
commit a97c007150
5 changed files with 158 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
<%= back_link_to edit_admin_budget_path(@phase.budget) %>
<h2><%= t("admin.budgets.edit.title") %> - <%= t("budgets.phase.#{@phase.kind}") %></h2>
<%= render '/admin/budget_phases/form' %>