aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXinhui2017-12-01 14:19:59 +0100
committerXinhui2017-12-01 14:25:37 +0100
commit14b15cbf99e2b34a9157bb33b0aae5063a8fb1ba (patch)
tree7b6b39693193a42bf32772f5199ea494df3b83de
parent80e13f1a75e98f7ab2e2999fe0c15d7fb8bcaf18 (diff)
downloadchouette-core-14b15cbf99e2b34a9157bb33b0aae5063a8fb1ba.tar.bz2
Fix title on vehicle_journey#index
Refs #5152
-rw-r--r--app/views/vehicle_journeys/index.html.slim2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/vehicle_journeys/index.html.slim b/app/views/vehicle_journeys/index.html.slim
index ef9b5a780..52c1a9728 100644
--- a/app/views/vehicle_journeys/index.html.slim
+++ b/app/views/vehicle_journeys/index.html.slim
@@ -1,4 +1,6 @@
- breadcrumb :vehicle_journeys, @referential, @route
+- content_for :page_header_title, t('vehicle_journeys.index.title', route: @route.name)
+
.page_content
.container-fluid
.row