From 147e6ae849ebb906ee763b5a39d77b6cd95980f2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 7 Oct 2018 13:47:32 +0200 Subject: Only show latest travels on landing page --- templates/landingpage.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index c7a28bd..c1d62d8 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -34,7 +34,7 @@ % } -

Bisherige Fahrten

+

Letzte Fahrten

@@ -46,7 +46,7 @@ - % for my $travel (get_user_travels()) { + % for my $travel (get_user_travels(1)) { % if ($travel->{completed}) { -- cgit v1.2.3
<%= $travel->{sched_departure}->strftime('%d.%m.%Y') %>