From dcdea4247b6457202ce746814ff44d249c32d8b5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 11 Jan 2021 22:09:00 +0100 Subject: train details: show cycle (if available) --- 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 77a61ba..3a68c80 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -228,6 +228,9 @@ % } % } +% if (param('detailed') and $departure->{has_cycle}) { +
Umlaufplan
+% } % if (param('detailed') and $details->{commonAttr}) { % if ($details->{attrVariants} and (not $details->{commonAttr}{vmax} or not $details->{commonAttr}{brakingPercentage})) {
-- cgit v1.2.3