diff --git a/app/helpers/navigation_items_helper.rb b/app/helpers/navigation_items_helper.rb index 4179f1395..7788b297d 100644 --- a/app/helpers/navigation_items_helper.rb +++ b/app/helpers/navigation_items_helper.rb @@ -57,7 +57,7 @@ private end def supported_housing_schemes_current?(path) - path == schemes_path || path.include?("/schemes/") + path == schemes_path || (path.include?("/organisations") && path.include?("/schemes")) || path.include?("/schemes/") end def organisations_current?(path)