Fix string literal warning for admin menu

This commit is contained in:
Angel Perez
2018-07-02 09:30:21 -04:00
parent cd15e3f23a
commit 8a46afeedc

View File

@@ -50,7 +50,7 @@
<% if feature?(:budgets) %>
<li class="section-title <%= "is-active" if controller_name == "budgets" ||
"budget_investment_statuses" %>">
controller_name == "budget_investment_statuses" %>">
<%= link_to admin_budgets_path do %>
<span class="icon-budget"></span>
<strong><%= t("admin.menu.budgets") %></strong>