From 1cca278baac0f50012e524eac7c441c998f4d8c3 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 15 Jul 2023 19:20:37 +0200 Subject: add timeline / current checkins --- templates/landingpage.html.ep | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/landingpage.html.ep') diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index b91cd89..d3b514f 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -18,6 +18,9 @@ %= include '_checked_in', journey => $status, journey_visibility => stash('journey_visibility'); % } % elsif ($status->{cancelled}) { + % if ( @{stash('timeline') // [] } ) { + %= include '_timeline_link', timeline => stash('timeline') + % }
Zugausfall dokumentieren @@ -45,6 +48,9 @@
% } % else { + % if ( @{stash('timeline') // [] } ) { + %= include '_timeline_link', timeline => stash('timeline') + % }
Hallo, <%= current_user->{name} %>! -- cgit v1.2.3