Browse Source

highlight supported housing for support user

pull/656/head
JG 3 years ago
parent
commit
0a56badc38
  1. 2
      app/helpers/navigation_items_helper.rb

2
app/helpers/navigation_items_helper.rb

@ -45,7 +45,7 @@ private
end end
def supported_housing_current?(path) def supported_housing_current?(path)
path == "/supported-housing" path.include?("/supported-housing") && !organisations_current?(path)
end end
def organisations_current?(path) def organisations_current?(path)

Loading…
Cancel
Save