From f71348a8a8b7d76e135efb32d94a61b2bd15711f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 8 Jun 2024 22:18:31 +0200 Subject: Store journey backend; do not rely on '|' in ID to distinguish IRIS/HAFAS This is in preparation for supporting multiple HAFAS backends, and possibly EFA and RIS::Journeys. --- templates/journey.html.ep | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'templates') diff --git a/templates/journey.html.ep b/templates/journey.html.ep index f5eebfc..fc2b56d 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -261,6 +261,13 @@ % if (stash('polyline_groups')) { %= include '_map', station_coordinates => stash('station_coordinates'), polyline_groups => stash('polyline_groups') % } +
+
+ Backend: + + %= $journey->{backend_name} || 'IRIS' +
+
% if (not stash('readonly')) { % if (stash('with_share')) {
-- cgit v1.2.3