From 9443441112d6d3f472daf3faae718dcb1889da19 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 14 Dec 2013 23:07:54 +0100 Subject: displayclean: add platform information --- cgi/templates/clean.html.ep | 3 +++ cgi/templates/layouts/default.html.ep | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/cgi/templates/clean.html.ep b/cgi/templates/clean.html.ep index 37ab205..085407b 100644 --- a/cgi/templates/clean.html.ep +++ b/cgi/templates/clean.html.ep @@ -32,6 +32,9 @@ % if ($departure->{delay}) { (+<%= $departure->{delay} %>) % } + +%= $departure->{platform} + %= $departure->{time} diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 0845f03..b7e2984 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -125,6 +125,10 @@ padding-right:7px; } + div.displayclean li .countdown .platform { + font-weight: bold; + } + div.displayclean li .time { color:#000000; font-size:2.4em; -- cgit v1.2.3