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')
|
%= include '_map', station_coordinates => stash('station_coordinates'), polyline_groups => stash('polyline_groups')
|
||||||
% }
|
% }
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s12 grey-text">
|
||||||
Backend:
|
|
||||||
<i class="material-icons tiny" aria-hidden="true"><%= $journey->{is_iris} ? 'train' : 'directions' %></i>
|
<i class="material-icons tiny" aria-hidden="true"><%= $journey->{is_iris} ? 'train' : 'directions' %></i>
|
||||||
%= $journey->{backend_name} || 'IRIS'
|
%= $journey->{backend_name} || 'IRIS'
|
||||||
|
#<%= $journey->{id} %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
% if (not stash('readonly')) {
|
% if (not stash('readonly')) {
|
||||||
|
|
Loading…
Reference in a new issue