Skip to content

Commit

Permalink
journey: show ID next to backend info
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Aug 25, 2024
1 parent d189f6f commit 60ce72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/journey.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 60ce72a

Please sign in to comment.