This commit is contained in:
Daniel Friesel 2023-03-01 21:37:04 +01:00
parent 77ac39f389
commit 5d021c4ec9
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -130,8 +130,8 @@
<%= numify_skipped_stations($journey->{skip_route}) %><br/>
% }
% if ($journey->{km_route} > 0.1) {
ca. <%= sprintf('%.1f', $journey->{km_route}) %> km
(Luftlinie: <%= sprintf('%.1f', $journey->{km_beeline}) %> km)
ca. <%= sprintf('%.f', $journey->{km_route}) %> km
(Luftlinie: <%= sprintf('%.f', $journey->{km_beeline}) %> km)
% }
% else {
?