HTML is hard, mmmhkay

This commit is contained in:
Birte Kristina Friesel 2024-07-26 21:15:29 +02:00
parent 6ed2cd6f47
commit 596422096a
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -57,7 +57,7 @@
<div class="card-content"> <div class="card-content">
<span class="card-title">Hallo, <%= $user->{name} %>!</span> <span class="card-title">Hallo, <%= $user->{name} %>!</span>
<p>Du bist gerade nicht eingecheckt.</p> <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} %>"> <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> <button class="btn waves-effect waves-light btn-flat">Stationen in der Umgebung abfragen</button>
</div> </div>
<div class="input-field"> <div class="input-field">