mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
.
This commit is contained in:
parent
571223bb60
commit
94f55801d9
1 changed files with 0 additions and 2 deletions
|
@ -57,7 +57,6 @@
|
||||||
<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>
|
||||||
<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>
|
||||||
|
@ -65,7 +64,6 @@
|
||||||
%= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', autocomplete => 'off', required => undef
|
%= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', autocomplete => 'off', required => undef
|
||||||
<label for="station">Manuelle Eingabe</label>
|
<label for="station">Manuelle Eingabe</label>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="card-action">
|
<div class="card-action">
|
||||||
% if ($user->{backend_id}) {
|
% if ($user->{backend_id}) {
|
||||||
|
|
Loading…
Reference in a new issue