summaryrefslogtreecommitdiff
path: root/templates/route_map.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-01-22 20:56:23 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-01-22 20:56:23 +0100
commitcc64206097ea4a5ece1f09e3533ada1ab123e990 (patch)
treef66130520e8a299f17191ecca8a254476c780809 /templates/route_map.html.ep
parent0913658790c2e6b2e22b874337e6a614964e2693 (diff)
map: show operator name
Diffstat (limited to 'templates/route_map.html.ep')
-rw-r--r--templates/route_map.html.ep6
1 files changed, 6 insertions, 0 deletions
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.
</div>
+
+% if (my $op = stash('operator')) {
+<div class="container" style="margin-top: 1ex; margin-bottom: 1ex; color: #555;">
+Betrieb: <%= $op %>
+</div>
+% }