From f7e3bb490d33640cd7b8e92ffa3ac7c71d42d191 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 9 Jul 2023 10:58:11 +0200 Subject: checkin: show 'select target' more prominently --- templates/_checked_in.html.ep | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index bfc7cb1..df5472b 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -3,6 +3,9 @@
+ % if (not $journey->{arr_name}) { + Ziel wählen + % } % if ($journey->{train_line}) { <%= $journey->{train_type} %> <%= $journey->{train_line} %> <%= $journey->{train_no} %> @@ -214,7 +217,6 @@

% } % elsif (not $journey->{arr_name}) { -

Ziel wählen:

% for my $station (@{$journey->{route_after}}) { -- cgit v1.2.3