From f867abb865460e0f3cc77e3c39eff4e311e46ffa Mon Sep 17 00:00:00 2001 From: Cassidy Dingenskirchen Date: Fri, 27 Oct 2023 07:33:10 +0200 Subject: departure board: more subtle cancellation highlight, use unified cancellation check for IRIS --- templates/_departures_iris.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/_departures_iris.html.ep b/templates/_departures_iris.html.ep index d075008..56b5820 100644 --- a/templates/_departures_iris.html.ep +++ b/templates/_departures_iris.html.ep @@ -40,7 +40,7 @@ %= $result->line - % if ($result->is_cancelled) { + % if ($result->departure_is_cancelled) { Fahrt nach <%= $result->destination %> entfällt % } % else { -- cgit v1.2.3