timeline: show message if no accounts are en route
This commit is contained in:
parent
9df937c890
commit
c19320788f
1 changed files with 7 additions and 0 deletions
|
@ -5,3 +5,10 @@
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
|
% }
|
||||||
|
|
Loading…
Reference in a new issue