aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns_collections
diff options
context:
space:
mode:
authorXinhui2017-11-24 16:52:25 +0100
committerXinhui2017-11-28 12:23:38 +0100
commitc4919718286758b4a34ad31f4c8b682fcce25d23 (patch)
tree1f2db6b937e32ad12a90af067c77f20d67296418 /app/views/journey_patterns_collections
parent529399a52ed3f19a78cf843c22ead0202c813820 (diff)
downloadchouette-core-c4919718286758b4a34ad31f4c8b682fcce25d23.tar.bz2
Refactoring move render pageheader into layout
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 09de04ef9..d53403ff3 100644
--- a/app/views/journey_patterns_collections/show.html.slim
+++ b/app/views/journey_patterns_collections/show.html.slim
@@ -1,5 +1,5 @@
- breadcrumb :journey_patterns, @referential, @route
-= render partial: 'layouts/navigation/page_header', locals: {object: @route}
+- page_header_content_for @route
- @journey_patterns.each do |jp|
- jp.errors.each do |error_message|