From 0b4e9b6b25a12f9320938e18786a31b501c17d12 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 9 Oct 2015 21:40:29 +0200 Subject: infoscreen: More URA adjustments --- templates/infoscreen.html.ep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index aeed64e..bb6c565 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -104,9 +104,9 @@ % for my $stop ($departure->route_pre) { - + % } % for my $stop ($departure->route_post) { - + % }
-%= $stop->[0]->strftime('%H:%M:%S') +%= $stop->time <%= $stop->[1] %>
<%= $stop->name %>
<%= $departure->time %> @@ -114,9 +114,9 @@ <%= $id_name %> <%= $id_stop %>
-%= $stop->[0]->strftime('%H:%M:%S') +%= $stop->time <%= $stop->[1] %>
<%= $stop->name %>
% } -- cgit v1.2.3