aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns_collections
diff options
context:
space:
mode:
authorXinhui2017-12-01 16:07:18 +0100
committerXinhui2017-12-01 16:07:18 +0100
commitbb53d563786da23c1194d0716c2cc2597fd1f82d (patch)
tree98056b3e6d56ad4fed1ed966c1c75e9d083d5092 /app/views/journey_patterns_collections
parent9a77e70223a9aebb278ee8ace6fc79a021c3aa95 (diff)
downloadchouette-core-bb53d563786da23c1194d0716c2cc2597fd1f82d.tar.bz2
Fix conflit with page header title & breadcrumb title on journey_patterns_collections#show
Diffstat (limited to 'app/views/journey_patterns_collections')
-rw-r--r--app/views/journey_patterns_collections/show.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/journey_patterns_collections/show.html.slim b/app/views/journey_patterns_collections/show.html.slim
index 4cb968f22..17a1f3770 100644
--- a/app/views/journey_patterns_collections/show.html.slim
+++ b/app/views/journey_patterns_collections/show.html.slim
@@ -1,6 +1,6 @@
- breadcrumb :journey_patterns, @referential, @route
- page_header_content_for @route
-- content_for :page_header_title, t('journey_patterns.index.title', route_name: @route.name)
+- content_for :page_header_title, t('journey_patterns.index.title', route: @route.name)
- @journey_patterns.each do |jp|
- jp.errors.each do |error_message|