Wrapped two links under the same if clause.

This commit is contained in:
Pedro Ríos Flores
2017-10-09 12:26:34 +02:00
parent e690688bbb
commit 693030ff17

View File

@@ -52,9 +52,7 @@
<%= t("management.menu.create_budget_investment") %>
<% end %>
</li>
<% end %>
<% if Setting['feature.budgets'] %>
<li <%= "class=active" if (controller_name == "budget_investments" && action_name == "index") ||
(controller_name == "budget" && action_name == "support_investments")%>>
<%= link_to support_investments_management_budgets_path do %>