From cc64206097ea4a5ece1f09e3533ada1ab123e990 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 22 Jan 2020 20:56:23 +0100 Subject: map: show operator name --- templates/route_map.html.ep | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') diff --git a/templates/route_map.html.ep b/templates/route_map.html.ep index 8cdf630..22d3768 100644 --- a/templates/route_map.html.ep +++ b/templates/route_map.html.ep @@ -137,3 +137,9 @@ tatsächlichen Position des Zugs abweichen. Live-Tracking mit automatischer Kartenaktualisierung wird noch nicht unterstützt. + +% if (my $op = stash('operator')) { +
+Betrieb: <%= $op %> +
+% } -- cgit v1.2.3