From 0526f8880055fe4b559e857bd3b321bdc63ab525 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 23 Sep 2020 20:19:34 +0200 Subject: prominently show zuginfo.nrw links in train details --- templates/_train_details.html.ep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index adfc5b4..3168852 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -114,6 +114,9 @@ % } % elsif ($icetype and $icetype->[1] and $departure->{train_type} ne 'Bus') { Plan: <%= $icetype->[0] %> +% } +% for my $link (@{$departure->{links}}) { + <%= $link->[0] %> % } -- cgit v1.2.3