diff options
| author | Michel Etienne | 2014-11-14 16:01:09 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-11-14 16:01:09 +0100 |
| commit | af74525e2dc08d9f169f7e864cde6fe7b48539ae (patch) | |
| tree | 1158cecb723f270ae8c829ff3f1654a8833cc658 /app/helpers/application_helper.rb | |
| parent | b69d21f24b1c1cc03ccbd7fd1d617e2fb125d6db (diff) | |
| download | chouette-core-af74525e2dc08d9f169f7e864cde6fe7b48539ae.tar.bz2 | |
resize help images
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") |
