summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')) {