diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-16 08:45:17 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-16 08:45:17 +0200 | 
| commit | c19320788f8570ee3f328192360f4f9b6db4c660 (patch) | |
| tree | b8c2122f9522d628dfd0c375112de0feb1b0a4b6 | |
| parent | 9df937c89067c75308433f81592ea2afed8345b1 (diff) | |
timeline: show message if no accounts are en route
| -rw-r--r-- | templates/_timeline-checked-in.html.ep | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/templates/_timeline-checked-in.html.ep b/templates/_timeline-checked-in.html.ep index b1d37ce..10c5e26 100644 --- a/templates/_timeline-checked-in.html.ep +++ b/templates/_timeline-checked-in.html.ep @@ -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> +% } | 
