summaryrefslogtreecommitdiff
path: root/templates/landingpage.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-07-26 21:12:22 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-07-26 21:12:22 +0200
commit94f55801d907058021db37fed1e122ce8f7d6134 (patch)
tree09c1c0c86033592cc52dd7226ef64abd019bd07e /templates/landingpage.html.ep
parent571223bb60016434410228c8ad2fea9781787309 (diff)
.
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r--templates/landingpage.html.ep2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep
index 22478ed..d6ddd2d 100644
--- a/templates/landingpage.html.ep
+++ b/templates/landingpage.html.ep
@@ -57,7 +57,6 @@
<div class="card-content">
<span class="card-title">Hallo, <%= $user->{name} %>!</span>
<p>Du bist gerade nicht eingecheckt.</p>
- <p>
<div class="geolocation" data-recent="<%= join('|', map { $_->{eva} . ';' . $_->{name} . ';' . $_->{hafas} } @{stash('recent_targets') // []} ) %>" data-backend=<%= $user->{backend_id} %>">
<button class="btn waves-effect waves-light btn-flat">Stationen in der Umgebung abfragen</button>
</div>
@@ -65,7 +64,6 @@
%= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', autocomplete => 'off', required => undef
<label for="station">Manuelle Eingabe</label>
</div>
- </p>
</div>
<div class="card-action">
% if ($user->{backend_id}) {