From 326425870334bcba01ee41a9dd9199b0c82c7843 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 29 Jan 2017 08:42:13 +0100 Subject: infoscreen: remove potentially misleading and outdated lineref route data --- templates/infoscreen.html.ep | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index 5c67ab0..c66cd9d 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -179,9 +179,6 @@ % if ($departure->can('route_interesting') and $departure->route_interesting) { %= join(' - ', map { $_->can('name_suf') ? $_->name_suf : $_->name } ($departure->route_interesting)); -% } -% elsif ($departure->can('lineref') and $departure->lineref) { -%= $departure->lineref->route % } -- cgit v1.2.3