From d3f8cfc5a03db410593fa9df5b22b154b721fad5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 20 Mar 2021 13:23:50 +0100 Subject: train_details: do not pass unused data to view --- templates/_train_details.html.ep | 3 --- 1 file changed, 3 deletions(-) (limited to 'templates') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 6b3e1a7..0aa3bba 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -8,9 +8,6 @@ <%= $departure->{train_line} // $departure->{train_no} %> <%= $departure->{train_line} ? $departure->{train_no} : q{} %> -% } -% else { - <%= $departure->{train} // q{???} %> % }
-- cgit v1.2.3