diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-02-01 16:15:20 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-02-01 16:15:20 +0100 |
commit | eb3f4aed05d31509e0544ff29b382759ba31b9c2 (patch) | |
tree | fc863f10184cadba9504092881bfae420e93efd7 /templates/journey.html.ep | |
parent | 5439dbad343d9db39119cc0168b18bc9c58b195c (diff) |
allow checkin and checkout station to be edited
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r-- | templates/journey.html.ep | 6 |
1 files changed, 6 insertions, 0 deletions
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 <b><%= $journey->{from_name} %></b> + % if ($journey->{edited} & 0x0004) { + ∗ + % } nach <b><%= $journey->{to_name} %></b> + % if ($journey->{edited} & 0x0400) { + ∗ + % } am <b><%= $journey->{sched_departure}->strftime('%d.%m.%Y') %></b> </p> |