From 8a46afeedca910314b0452280f5883ca614899a0 Mon Sep 17 00:00:00 2001 From: Angel Perez Date: Mon, 2 Jul 2018 09:30:21 -0400 Subject: [PATCH] Fix string literal warning for admin menu --- app/views/admin/_menu.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 8cf4f45af..bdf176e2a 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -50,7 +50,7 @@ <% if feature?(:budgets) %>
  • "> + controller_name == "budget_investment_statuses" %>"> <%= link_to admin_budgets_path do %> <%= t("admin.menu.budgets") %>