Updates paths

This commit is contained in:
kikito
2016-12-02 19:16:12 +01:00
parent 1fbd91383c
commit 104ccf11e4
2 changed files with 4 additions and 4 deletions

View File

@@ -45,14 +45,14 @@
</li>
<li <%= "class=active" if controller_name == "budget_investments" and action_name == "new" %>>
<%= link_to new_management_budget_investment_path do %>
<%= link_to new_management_budgets_investment_path do %>
<span class="icon-budget"></span>
<%= t("management.menu.create_budget_investment") %>
<% end %>
</li>
<li <%= "class=active" if controller_name == "budget_investments" and action_name == "index" %>>
<%= link_to management_budget_investments_path do %>
<%= link_to management_budgets_investments_path do %>
<span class="icon-like"></span>
<%= t("management.menu.support_budget_investments") %>
<% end %>
@@ -73,7 +73,7 @@
</li>
<li <%= "class=active" if controller_name == "budget_investments" and action_name == "print" %>>
<%= link_to print_management_budget_investments_path do %>
<%= link_to print_management_budgets_investments_path do %>
<span class="icon-print"></span>
<%= t("management.menu.print_budget_investments") %>
<% end %>