summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-01-29 08:42:13 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-01-29 08:42:13 +0100
commit326425870334bcba01ee41a9dd9199b0c82c7843 (patch)
tree47f2b5d586523c27d5b00d28e8145e907aae3a81
parentc66e4c7653f981c6aa3fee730d23be382ceedeea (diff)
infoscreen: remove potentially misleading and outdated lineref route data
-rw-r--r--templates/infoscreen.html.ep3
1 files changed, 0 insertions, 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
@@ -180,9 +180,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
-% }
</span> <!-- route -->
<span class="dest">
%= $departure->destination