From eb3f4aed05d31509e0544ff29b382759ba31b9c2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 1 Feb 2020 16:15:20 +0100 Subject: allow checkin and checkout station to be edited --- templates/journey.html.ep | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/journey.html.ep') diff --git a/templates/journey.html.ep b/templates/journey.html.ep index 3a27194..ae8f750 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -25,8 +25,14 @@ % } von <%= $journey->{from_name} %> + % if ($journey->{edited} & 0x0004) { + ∗ + % } nach <%= $journey->{to_name} %> + % if ($journey->{edited} & 0x0400) { + ∗ + % } am <%= $journey->{sched_departure}->strftime('%d.%m.%Y') %>

-- cgit v1.2.3