diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/journey_patterns_collections/show.html.slim | 2 |
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| |
