Skip to content
Snippets Groups Projects
Unverified Commit 60ce72a9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

journey: show ID next to backend info

parent d189f6f0
No related branches found
No related tags found
No related merge requests found
...@@ -268,10 +268,10 @@ ...@@ -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')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment