diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-27 13:43:03 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-27 13:43:03 +0100 |
commit | 4329fde714614c28e12f45892c486c0989c85886 (patch) | |
tree | 901a7a5e360b0345c327e137022c97822a405415 /templates/app.html.ep | |
parent | 15fa71dbca78899ec4214178440312dd024a5931 (diff) |
Remove zugbildungsplan.json support
I doubt we're gonna see new open data releases any time soon
Diffstat (limited to 'templates/app.html.ep')
-rw-r--r-- | templates/app.html.ep | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/app.html.ep b/templates/app.html.ep index 29441a1..50f8a5a 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -67,9 +67,6 @@ %= $departure->{train_line} % } % elsif ($departure->{train_no}) { -% if (param('detailed') and $departure->{linetype} eq 'fern' and exists $ice_type->{$departure->{train_no}} and $ice_type->{$departure->{train_no}}[1]) { - <span class="trainsubtype" aria-hidden="true"><%= $ice_type->{$departure->{train_no}}[1] %></span> -% } <span class="trainno"><%= $departure->{train_no} %></span> % } % else { |