Skip to content
Snippets Groups Projects
Commit b05b535a authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

remove 'next stop' header to align with JS

parent 663b4dc6
No related branches found
No related tags found
No related merge requests found
......@@ -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') %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment