diff --git a/app/views/shared/_subnavigation.html.erb b/app/views/shared/_subnavigation.html.erb
index dee5f53c2..ed5694f27 100644
--- a/app/views/shared/_subnavigation.html.erb
+++ b/app/views/shared/_subnavigation.html.erb
@@ -30,7 +30,10 @@
<% end %>
<% if feature?(:budgets) %>
- <%= link_to t("layouts.header.budgets"), budgets_path, class: ("active" if controller_name == "budgets"), accesskey: "b" %>
+ <%= layout_menu_link_to t("layouts.header.budgets"),
+ budgets_path,
+ controller_name == "budgets" || controller_name == "investments",
+ accesskey: "b" %>
<% end %>