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/_timeline-checked-in.html.ep | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/_timeline-checked-in.html.ep (limited to 'templates/_timeline-checked-in.html.ep') diff --git a/templates/_timeline-checked-in.html.ep b/templates/_timeline-checked-in.html.ep new file mode 100644 index 0000000..b1d37ce --- /dev/null +++ b/templates/_timeline-checked-in.html.ep @@ -0,0 +1,7 @@ +% for my $journey (@{$journeys}) { +
+
+ %= include '_public_status_card', name => $journey->{followee_name}, privacy => {}, journey => $journey, from_timeline => 1 +
+
+% } -- cgit v1.2.3