From 60ce72a9543526df969359a8196dc3bb5dc6bf0e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 25 Aug 2024 13:13:00 +0200 Subject: journey: show ID next to backend info --- templates/journey.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/journey.html.ep') diff --git a/templates/journey.html.ep b/templates/journey.html.ep index 492335c..8c2177a 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -268,10 +268,10 @@ %= include '_map', station_coordinates => stash('station_coordinates'), polyline_groups => stash('polyline_groups') % }
-
- Backend: +
%= $journey->{backend_name} || 'IRIS' + #<%= $journey->{id} %>
% if (not stash('readonly')) { -- cgit v1.2.3