diff options
| author | Xinhui | 2017-12-01 15:52:39 +0100 |
|---|---|---|
| committer | Xinhui | 2017-12-01 15:52:45 +0100 |
| commit | 9a77e70223a9aebb278ee8ace6fc79a021c3aa95 (patch) | |
| tree | c2ed9c0b886914569cc9f81bc634eb9665b64ed4 /app | |
| parent | 0f83730c05bddbdf1ad0ba20ef9990289ecfdb37 (diff) | |
| download | chouette-core-9a77e70223a9aebb278ee8ace6fc79a021c3aa95.tar.bz2 | |
Fix page title on journey_patterns_collection#show
Refs #5152
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/journey_patterns_collections/show.html.slim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/journey_patterns_collections/show.html.slim b/app/views/journey_patterns_collections/show.html.slim index d53403ff3..4cb968f22 100644 --- a/app/views/journey_patterns_collections/show.html.slim +++ b/app/views/journey_patterns_collections/show.html.slim @@ -1,5 +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) - @journey_patterns.each do |jp| - jp.errors.each do |error_message| |
