diff options
| author | Xinhui | 2016-09-21 17:38:30 +0200 | 
|---|---|---|
| committer | Xinhui | 2016-09-21 17:38:30 +0200 | 
| commit | d5d1923112cf4c47b78b7fe415c0f638a96c7074 (patch) | |
| tree | f7785facdeb5fa85e6390f802d1afe6babe26963 /app/views/stop_areas/show.html.slim | |
| parent | 9ccb414f3144eb7c17ab69d3cb5d94b11d915aa9 (diff) | |
| download | chouette-core-d5d1923112cf4c47b78b7fe415c0f638a96c7074.tar.bz2 | |
Fix error on StopArea#show with AccessPoint
refs #1685
Diffstat (limited to 'app/views/stop_areas/show.html.slim')
| -rw-r--r-- | app/views/stop_areas/show.html.slim | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/app/views/stop_areas/show.html.slim b/app/views/stop_areas/show.html.slim index 06ca09dd5..e9ea11d3b 100644 --- a/app/views/stop_areas/show.html.slim +++ b/app/views/stop_areas/show.html.slim @@ -116,8 +116,7 @@ p.after_map      h3 = t('.access_points')      .access_points.paginated_content -      / FIXME #821 -      = paginated_content @access_points, "access_points/access_point" +      = paginated_content @access_points, "access_points/access_point", {referential: @stop_area_referential}  - content_for :sidebar do    table | 
