From: Stephen Cameron Date: Thu, 25 Nov 2021 15:15:53 +0000 (+0100) Subject: Done #4909 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b9748fd4d023599138ec1f16d1ba6465701382c1;p=odl.git Done #4909 @0.25 --- diff --git a/resources/views/front/home.blade.php b/resources/views/front/home.blade.php index 14a84e6..8230d12 100644 --- a/resources/views/front/home.blade.php +++ b/resources/views/front/home.blade.php @@ -73,12 +73,15 @@ {{-- Link blocks --}}
@foreach($shortcuts as $shortcut) -
- -
+ + +

{{ $shortcut['title'] }}

{{ $shortcut['content'] }}

- +
{{-- Initial Mask --}}
-
+ @endforeach