diff options
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 |