Unverified Commit 772b4e3b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

journey: show beeline if route is unavailable

parent 655f69c2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -133,6 +133,9 @@
							ca. <%= sprintf_km($journey->{km_route}) %>
							(Luftlinie: <%= sprintf_km($journey->{km_beeline}) %>)
						% }
						% elsif ($journey->{km_beeline} > 0.1) {
							(Luftlinie: <%= sprintf_km($journey->{km_beeline}) %>)
						% }
						% else {
							?
						% }
@@ -155,6 +158,9 @@

							% }
						% }
						% elsif ($journey->{km_beeline} > 0.1 and $journey->{kmh_beeline} > 0.01) {
							(<%= sprintf('%.f', $journey->{kmh_beeline}) %> km/h)
						% }
						% else {
							?
						% }