From 6e961420aa78b2131d640c6fe00541f9a0b0ebd9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 Mar 2019 18:02:18 +0100 Subject: departures: Add hint (tap == checkin) --- templates/departures.html.ep | 59 +++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 28 deletions(-) (limited to 'templates/departures.html.ep') diff --git a/templates/departures.html.ep b/templates/departures.html.ep index be2c7cd..6a6f159 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -32,34 +32,37 @@
- - - - - - - - - - % for my $result (@{$results}) { +
+ Zug auswählen zum Einchecken.
+
ZugAbfahrt
+ - - - + + + - % } - -
- - <%= $result->line %> - - - - <%= $result->destination %> - - <%= $result->departure->strftime('%H:%M') %> - % if ($result->departure_delay) { - (+<%= $result->departure_delay %>) - % } - ZugAbfahrt
+ + + % for my $result (@{$results}) { + + + + <%= $result->line %> + + + + + <%= $result->destination %> + + + <%= $result->departure->strftime('%H:%M') %> + % if ($result->departure_delay) { + (+<%= $result->departure_delay %>) + % } + + + % } + + +
-- cgit v1.2.3