aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorMichel Etienne2014-11-14 16:01:09 +0100
committerMichel Etienne2014-11-14 16:01:09 +0100
commitaf74525e2dc08d9f169f7e864cde6fe7b48539ae (patch)
tree1158cecb723f270ae8c829ff3f1654a8833cc658 /app/helpers/application_helper.rb
parentb69d21f24b1c1cc03ccbd7fd1d617e2fb125d6db (diff)
downloadchouette-core-af74525e2dc08d9f169f7e864cde6fe7b48539ae.tar.bz2
resize help images
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb4
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")