From f5ca85ce3797a71671ff725ea1855a7e534aee80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 30 Aug 2021 15:48:01 +0200 Subject: [PATCH] Don't push cache for invoices & credits --- resources/views/portal/ninja2020/credits/show.blade.php | 2 ++ resources/views/portal/ninja2020/invoices/show.blade.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/resources/views/portal/ninja2020/credits/show.blade.php b/resources/views/portal/ninja2020/credits/show.blade.php index 1b914210e85e..6a23a51594f1 100644 --- a/resources/views/portal/ninja2020/credits/show.blade.php +++ b/resources/views/portal/ninja2020/credits/show.blade.php @@ -3,6 +3,8 @@ @push('head') + @include('portal.ninja2020.components.no-cache') + @endpush diff --git a/resources/views/portal/ninja2020/invoices/show.blade.php b/resources/views/portal/ninja2020/invoices/show.blade.php index aeaee1553fc5..52cdc09ae299 100644 --- a/resources/views/portal/ninja2020/invoices/show.blade.php +++ b/resources/views/portal/ninja2020/invoices/show.blade.php @@ -4,6 +4,8 @@ @push('head') + @include('portal.ninja2020.components.no-cache') + @endpush