From 0252ff2697d80c10c2932893995f0e77f85a38ec Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 29 Mar 2025 16:42:24 +0100 Subject: pass train suffix (which is sometimes line ID) on to InTransit->add Closes #217 --- templates/_departures_dbris.html.ep | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/_departures_dbris.html.ep b/templates/_departures_dbris.html.ep index 14426e8..06f2ee9 100644 --- a/templates/_departures_dbris.html.ep +++ b/templates/_departures_dbris.html.ep @@ -21,6 +21,7 @@ data-dbris="<%= $dbris %>" data-station="<%= $result->stop_eva %>" data-train="<%= $result->id %>" + data-suffix="<%= $result->maybe_line_no %>" data-ts="<%= ($result->sched_dep // $result->dep)->epoch %>" > -- cgit v1.2.3