fixes typos and spec for budgets investments

This commit is contained in:
Alberto Garcia Cabeza
2017-01-08 22:17:14 +01:00
parent 64366ba1f6
commit 8722699cd8
7 changed files with 16 additions and 16 deletions

View File

@@ -25,7 +25,7 @@
<%= budget.name %>
</td>
<td class="small">
<%= t("budget.phase.#{budget.phase}") %>
<%= t("budgets.phase.#{budget.phase}") %>
</td>
<td class="small">
<%= link_to t("admin.budgets.index.budget_investments"), admin_budget_budget_investments_path(budget_id: budget.id) %>