Skip to content

Commit

Permalink
HTML is hard, mmmhkay
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Jul 26, 2024
1 parent 6ed2cd6 commit 5964220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/landingpage.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="card-content">
<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} %>">
<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>
<div class="input-field">
Expand Down

0 comments on commit 5964220

Please sign in to comment.