Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sidebars/explore/menus/projects_menu.rb')
-rw-r--r--lib/sidebars/explore/menus/projects_menu.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sidebars/explore/menus/projects_menu.rb b/lib/sidebars/explore/menus/projects_menu.rb
index 29c35d23b7b..c34bd7ed3da 100644
--- a/lib/sidebars/explore/menus/projects_menu.rb
+++ b/lib/sidebars/explore/menus/projects_menu.rb
@@ -26,7 +26,7 @@ module Sidebars
override :active_routes
def active_routes
- { page: [link, explore_root_path] }
+ { page: [link, explore_root_path, starred_explore_projects_path, trending_explore_projects_path] }
end
end
end