diff options
| author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-08-25 13:13:00 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-08-25 13:13:00 +0200 | 
| commit | 60ce72a9543526df969359a8196dc3bb5dc6bf0e (patch) | |
| tree | 4a2c61fd802c8868dae07d1e2782f95c668e88fb | |
| parent | d189f6f0d2c1a0772994c3a4cd1e146204dd5a98 (diff) | |
journey: show ID next to backend info2.8.30
| -rw-r--r-- | templates/journey.html.ep | 4 | 
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')) { | 
