summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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>
+% }