diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-10-30 20:45:51 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-10-30 20:45:51 +0100 | 
| commit | b05b535ae7581d55b58108b56fc6efb66dbda97c (patch) | |
| tree | 8e15d750ff65b010a8be7721cb57d8be91784d16 | |
| parent | 663b4dc6d89d21caa6b670d69780754b40910d90 (diff) | |
remove 'next stop' header to align with JS
| -rw-r--r-- | templates/_checked_in.html.ep | 2 | 
1 files changed, 0 insertions, 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:<br/>  								<%= $station->[0] %><br/><%= $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:<br/>  								<%= $station->[0] %><br/>  								<%= $station->[1]{rt_arr}->strftime('%H:%M') %> →  								<%= $station->[1]{rt_dep}->strftime('%H:%M') %> | 
