Browse Source

refactored views

pull/662/head
JG 3 years ago
parent
commit
27c247bafb
  1. 2
      app/helpers/navigation_items_helper.rb

2
app/helpers/navigation_items_helper.rb

@ -59,7 +59,7 @@ private
path == "/organisations" || path.include?("/organisations/")
end
def subnav_supported_housing_path?(path)
def subnav_supported_housing_scheme_path?(path)
path.include?("/organisations") && path.include?("/schemes") || path.include?("/schemes/")
end

Loading…
Cancel
Save