mirror of
https://github.com/derf/travelynx
synced 2024-12-02 17:29:11 +00:00
remove 'next stop' header to align with JS
This commit is contained in:
parent
663b4dc6d8
commit
b05b535ae7
1 changed files with 0 additions and 2 deletions
|
@ -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') %>
|
||||
|
|
Loading…
Reference in a new issue