summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-08-25 13:13:00 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-08-25 13:13:00 +0200
commit60ce72a9543526df969359a8196dc3bb5dc6bf0e (patch)
tree4a2c61fd802c8868dae07d1e2782f95c668e88fb
parentd189f6f0d2c1a0772994c3a4cd1e146204dd5a98 (diff)
journey: show ID next to backend info2.8.30
-rw-r--r--templates/journey.html.ep4
1 files changed, 2 insertions, 2 deletions
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')
% }
<div class="row">
- <div class="col s12">
- Backend:
+ <div class="col s12 grey-text">
<i class="material-icons tiny" aria-hidden="true"><%= $journey->{is_iris} ? 'train' : 'directions' %></i>
%= $journey->{backend_name} || 'IRIS'
+ #<%= $journey->{id} %>
</div>
</div>
% if (not stash('readonly')) {