diff options
| author | Alban Peignier | 2017-12-18 19:18:31 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2017-12-18 19:18:31 +0100 | 
| commit | fe2351168962eba58fb140abe490490daa1739cf (patch) | |
| tree | 9e07d5d84d214a0b0ee3f792d7ccf0f01a97ddc5 | |
| parent | 1b2c50949d827d8f82a40d591489394f5dc2f993 (diff) | |
| download | chouette-core-fe2351168962eba58fb140abe490490daa1739cf.tar.bz2 | |
Fix link use in StopArea name into stop_areas#index. Refs #5287
| -rw-r--r-- | app/views/stop_areas/index.html.slim | 2 | 
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 \                    ) \  | 
