aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/stop_areas/show.html.slim
diff options
context:
space:
mode:
authorXinhui2016-09-21 17:38:30 +0200
committerXinhui2016-09-21 17:38:30 +0200
commitd5d1923112cf4c47b78b7fe415c0f638a96c7074 (patch)
treef7785facdeb5fa85e6390f802d1afe6babe26963 /app/views/stop_areas/show.html.slim
parent9ccb414f3144eb7c17ab69d3cb5d94b11d915aa9 (diff)
downloadchouette-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.slim3
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