From b05b535ae7581d55b58108b56fc6efb66dbda97c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 30 Oct 2019 20:45:51 +0100 Subject: remove 'next stop' header to align with JS --- templates/_checked_in.html.ep | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 8d59c82..a493384 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -141,7 +141,6 @@ % last; % } % if (($station->[1]{rt_arr_countdown} // 0) > 0) { - Nächster Halt:
<%= $station->[0] %>
<%= $station->[1]{rt_arr}->strftime('%H:%M') %> % if ($station->[1]{sched_arr}->epoch != $station->[1]{rt_arr}->epoch) { %= sprintf('(%+d)', ($station->[1]{rt_arr}->epoch - $station->[1]{sched_arr}->epoch ) / 60); @@ -149,7 +148,6 @@ % last; % } % if (($station->[1]{rt_dep_countdown} // 0) > 0) { - Aktueller Halt:
<%= $station->[0] %>
<%= $station->[1]{rt_arr}->strftime('%H:%M') %> → <%= $station->[1]{rt_dep}->strftime('%H:%M') %> -- cgit v1.2.3