diff options
author | Cassidy Dingenskirchen <admin@15318.de> | 2023-10-27 07:33:10 +0200 |
---|---|---|
committer | Cassidy Dingenskirchen <admin@15318.de> | 2023-10-27 07:33:10 +0200 |
commit | f867abb865460e0f3cc77e3c39eff4e311e46ffa (patch) | |
tree | 4be96ba4c4fa7e85d3a2060f20c66cee986139fe /templates | |
parent | 78aef2996ed843ff7e2fd39aa60245e359fb94f2 (diff) |
departure board: more subtle cancellation highlight, use unified cancellation check for IRIS
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_departures_iris.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
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 </span> <span class="dep-dest"> - % if ($result->is_cancelled) { + % if ($result->departure_is_cancelled) { Fahrt nach <%= $result->destination %> entfällt % } % else { |