diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-01-29 08:42:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-01-29 08:42:13 +0100 |
commit | 326425870334bcba01ee41a9dd9199b0c82c7843 (patch) | |
tree | 47f2b5d586523c27d5b00d28e8145e907aae3a81 /templates | |
parent | c66e4c7653f981c6aa3fee730d23be382ceedeea (diff) |
infoscreen: remove potentially misleading and outdated lineref route data
Diffstat (limited to 'templates')
-rw-r--r-- | templates/infoscreen.html.ep | 3 |
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 |