diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/landingpage.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ % } </div> </div> -<h1>Bisherige Fahrten</h1> +<h1>Letzte Fahrten</h1> <div class="row"> <table class="striped"> <thead> @@ -46,7 +46,7 @@ </tr> </thead> <tbody> - % for my $travel (get_user_travels()) { + % for my $travel (get_user_travels(1)) { % if ($travel->{completed}) { <tr> <td><%= $travel->{sched_departure}->strftime('%d.%m.%Y') %></td> |