aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns
diff options
context:
space:
mode:
authorThomas Haddad2017-03-09 18:06:30 +0100
committerThomas Haddad2017-03-09 18:06:30 +0100
commitf14fbad37c0daa0b79aaf12b234168e917b29cee (patch)
treee5149f670c704b5cc7b11f5063bad16125d8ae5e /app/views/journey_patterns
parentf4c5751a4037f52ab1d73fc201e81ba07798ecd4 (diff)
parent3ec5c7bf65b267ce96431906feb6025cfbff347a (diff)
downloadchouette-core-f14fbad37c0daa0b79aaf12b234168e917b29cee.tar.bz2
Merge branch '2498_vehicle_journeys'
Diffstat (limited to 'app/views/journey_patterns')
-rw-r--r--app/views/journey_patterns/show.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/journey_patterns/show.html.slim b/app/views/journey_patterns/show.html.slim
index 85ba4e7a5..823252480 100644
--- a/app/views/journey_patterns/show.html.slim
+++ b/app/views/journey_patterns/show.html.slim
@@ -45,6 +45,6 @@ h3.journey_pattern_stop_points = t('.stop_points')
i.fa.fa-exclamation-triangle
li
- = link_to t('journey_patterns.journey_pattern.vehicle_journey_at_stops'), referential_line_route_vehicle_journeys_path(@referential, @line, @route, :q => {:journey_pattern_id_eq => @journey_pattern.id}), class: 'clock'
+ = link_to t('journey_patterns.journey_pattern.vehicle_journey_at_stops'), referential_line_route_vehicle_journeys_path(@referential, @line, @route, :q => {:journey_pattern_id_eq => @journey_pattern.id, :journey_pattern_object_id => @journey_pattern.objectid}), class: 'clock'
= creation_tag(@journey_pattern)