diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_train_details.html.ep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 9d7241f..1437449 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -260,6 +260,9 @@ <i class="material-icons" aria-label="Echtzeitdaten fehlen">gps_off</i> % } % } +% if ($stop->{tz_offset} and $stop->{local_dt_da}) { + (lokal <%= $stop->{local_dt_da}->strftime('%H:%M') %>) +% } <%= $stop->{name} %></a> % if ($stop->{load}{FIRST} or $stop->{load}{SECOND}) { % my ($text, $icon1, $icon2) = utilization_icon([$stop->{load}{FIRST}, $stop->{load}{SECOND}]); @@ -312,6 +315,9 @@ <i class="material-icons" aria-label="Echtzeitdaten fehlen">gps_off</i> % } % } +% if ($stop->{tz_offset} and $stop->{local_dt_ad}) { + (lokal <%= $stop->{local_dt_ad}->strftime('%H:%M') %>) +% } <%= $stop->{name} %></a> % if ($stop->{load}{FIRST} or $stop->{load}{SECOND}) { % my ($text, $icon1, $icon2) = utilization_icon([$stop->{load}{FIRST}, $stop->{load}{SECOND}]); |