From 824fb6973e1e5b85a0a4693f0fd1389a84409421 Mon Sep 17 00:00:00 2001 From: Cassidy Dingenskirchen Date: Mon, 22 Jan 2024 19:13:46 +0100 Subject: unified train farbtupferl (cherry picked from commit 20e8fd39851146eb4fb3cc8cb1f7ba7fc4086d8d) Signed-off-by: Birte Kristina Friesel --- templates/_format_train.html.ep | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'templates/_format_train.html.ep') diff --git a/templates/_format_train.html.ep b/templates/_format_train.html.ep index 5b61682..1d6acaa 100644 --- a/templates/_format_train.html.ep +++ b/templates/_format_train.html.ep @@ -1,9 +1,10 @@ % if ($journey->{extra_data}{wagonorder_pride}) { 🏳️‍🌈 % } + + <%= $journey->{train_type} %> + <%= $journey->{train_line} // $journey->{train_no}%> + % if ($journey->{train_line}) { - <%= $journey->{train_type} %> <%= $journey->{train_line} %> <%= $journey->{train_no} %> -% } -% else { - <%= $journey->{train_type} %> <%= $journey->{train_no} %> + <%= $journey->{train_no} %> % } -- cgit v1.2.3