aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlban Peignier2017-12-18 19:18:31 +0100
committerZog2017-12-19 14:40:38 +0100
commit129f10e701a72690091cd4e5af1c88e55194e12d (patch)
tree0adf4c2c95834a80627bb60bd1eb2fdf5a41ac87
parent548fe7f13d698fe9a6620ef60fc239f28347af79 (diff)
downloadchouette-core-129f10e701a72690091cd4e5af1c88e55194e12d.tar.bz2
Fix link use in StopArea name into stop_areas#index. Refs #5287
-rw-r--r--app/views/stop_areas/index.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_areas/index.html.slim b/app/views/stop_areas/index.html.slim
index 99b399f5c..dbf3b848d 100644
--- a/app/views/stop_areas/index.html.slim
+++ b/app/views/stop_areas/index.html.slim
@@ -24,7 +24,7 @@
key: :name, \
attribute: 'name', \
link_to: lambda do |stop_area| \
- referential_stop_area_path( \
+ stop_area_referential_stop_area_path( \
@stop_area_referential, \
stop_area \
) \