diff options
Diffstat (limited to 'app/helpers/application_helper.rb')
| -rw-r--r-- | app/helpers/application_helper.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a3808cfc1..a74fa15da 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -39,9 +39,9 @@ module ApplicationHelper      when path.include?("/lines")        "lines"      when path.include?("/access_points") -      "access_points" +      "access_points_links"      when path.include?("/access_links") -      "access_links" +      "access_points_links"      when path.include?("/stop_areas")        "stop_areas"      when path.include?("/connection_links") | 
