Browse Source

feat: update current path helper

pull/2083/head
natdeanlewissoftwire 2 years ago
parent
commit
5ecafeb174
  1. 2
      app/helpers/navigation_items_helper.rb

2
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.starts_with?(schemes_path)
end
def non_support_supported_housing_schemes_current?(path)

Loading…
Cancel
Save