From afb9ece81952570459c4757bf27693f71e0e3762 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 27 Mar 2016 12:00:08 +0200 Subject: show line and train number in IRIS detail header --- templates/clean.html.ep | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'templates') diff --git a/templates/clean.html.ep b/templates/clean.html.ep index 538102f..fb1463f 100644 --- a/templates/clean.html.ep +++ b/templates/clean.html.ep @@ -21,7 +21,7 @@ % else {
  • % } -% my $linetype = q{}; +% my $linetype = 'bahn'; % if ( $departure->{train_type} eq 'S' ) { % $linetype = 'sbahn'; % } @@ -51,24 +51,25 @@ % }