diff options
| -rw-r--r-- | app/views/vehicle_journeys/index.html.slim | 2 |
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 |
