From 4360d3171c2187833cdf9919689d3053ce2633be Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 1 Dec 2023 17:49:36 +0100 Subject: [PATCH] wip #6547 @0:05 --- views/footer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/footer.blade.php b/views/footer.blade.php index 458ed1b..73785d1 100644 --- a/views/footer.blade.php +++ b/views/footer.blade.php @@ -6,7 +6,7 @@ @endisset - @isset($info) + @if(isset($info) && $info) {{$__('More infos')}} M -- 2.39.5