diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-16 09:31:01 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-16 09:31:01 +0200 |
commit | 5d330a773810f6801c94cd5469f5cec8adf5a420 (patch) | |
tree | 1608350d8149179c0a00dda787fb496692f1979e /templates/landingpage.html.ep | |
parent | 2ce2291e9414e30f3727cf3bac12e6fb8b33564d (diff) |
recent targets: distinguish hafas/iris
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 951e39b..bf2835e 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -55,7 +55,7 @@ <div class="card-content"> <span class="card-title">Hallo, <%= current_user->{name} %>!</span> <p>Du bist gerade nicht eingecheckt.</p> - <div class="geolocation" data-recent="<%= join('|', map { $_->{eva} . ';' . $_->{name} } @{stash('recent_targets') // []} ) %>"> + <div class="geolocation" data-recent="<%= join('|', map { $_->{eva} . ';' . $_->{name} . ';' . $_->{hafas} } @{stash('recent_targets') // []} ) %>"> <button class="btn waves-effect waves-light btn-flat">Stationen in der Umgebung abfragen</button> </div> %= form_for 'list_departures' => begin |