diff --git a/resources/views/timeline/home.blade.php b/resources/views/timeline/home.blade.php index 19be8df98..383932e1c 100644 --- a/resources/views/timeline/home.blade.php +++ b/resources/views/timeline/home.blade.php @@ -2,10 +2,24 @@ @section('content') - + @endsection + +@if($layout == 'grid') +@push('styles') + +@endpush +@endif + @push('scripts') diff --git a/resources/views/timeline/local.blade.php b/resources/views/timeline/local.blade.php index a61a239e8..3ec5952df 100644 --- a/resources/views/timeline/local.blade.php +++ b/resources/views/timeline/local.blade.php @@ -2,10 +2,23 @@ @section('content') - + @endsection +@if($layout == 'grid') +@push('styles') + +@endpush +@endif + @push('scripts')