oops.
This commit is contained in:
parent
77ac39f389
commit
5d021c4ec9
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@
|
||||||
<%= numify_skipped_stations($journey->{skip_route}) %><br/>
|
<%= numify_skipped_stations($journey->{skip_route}) %><br/>
|
||||||
% }
|
% }
|
||||||
% if ($journey->{km_route} > 0.1) {
|
% if ($journey->{km_route} > 0.1) {
|
||||||
ca. <%= sprintf('%.1f', $journey->{km_route}) %> km
|
ca. <%= sprintf('%.f', $journey->{km_route}) %> km
|
||||||
(Luftlinie: <%= sprintf('%.1f', $journey->{km_beeline}) %> km)
|
(Luftlinie: <%= sprintf('%.f', $journey->{km_beeline}) %> km)
|
||||||
% }
|
% }
|
||||||
% else {
|
% else {
|
||||||
?
|
?
|
||||||
|
|
Loading…
Reference in a new issue