timeline: show message if no accounts are en route

This commit is contained in:
Birte Kristina Friesel 2023-07-16 08:45:17 +02:00
parent 9df937c890
commit c19320788f
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -5,3 +5,10 @@
</div>
</div>
% }
% if (not @{$journeys}) {
<div class="row">
<div class="col s12 autorefresh center-align">
<i>Gerade sind keine Accounts mit für dich sichtbaren Checkins unterwegs</i>
</div>
</div>
% }