mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
journey: show ID next to backend info
This commit is contained in:
parent
d189f6f0d2
commit
60ce72a954
1 changed files with 2 additions and 2 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Reference in a new issue