summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-08-07 14:53:38 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-08-07 14:53:38 +0200
commitb49d042f9fa2b4340665f1353cd4f2df939131a5 (patch)
tree42b4d36f1c689d8c47f59301cac125b452c3b7b5 /templates
parent7e9f6bdf90605d43f10bfe82a2611f9436546be7 (diff)
landing page: request departures when pressing enter
Diffstat (limited to 'templates')
-rw-r--r--templates/landingpage.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep
index e34006a..f8f39e4 100644
--- a/templates/landingpage.html.ep
+++ b/templates/landingpage.html.ep
@@ -58,7 +58,7 @@
<span class="card-title">Hallo, <%= $user->{name} %>!</span>
<p>Du bist gerade nicht eingecheckt.</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>
+ <a class="btn waves-effect waves-light btn-flat request">Stationen in der Umgebung abfragen</a>
</div>
<div class="input-field">
%= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', autocomplete => 'off', required => undef