From 0d0e3510dbde7e76e0ecb66ef0bf3b13404e9b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 13 Jan 2021 14:31:28 +0100 Subject: [PATCH] fix issue with button --- .../views/portal/ninja2020/invoices/show/fullscreen.blade.php | 3 +-- resources/views/portal/ninja2020/layout/clean.blade.php | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php b/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php index 63c9cc2382d7..86b6329da37f 100644 --- a/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php +++ b/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php @@ -15,7 +15,6 @@

{{ ctrans('texts.invoice_still_unpaid') }} -

@@ -33,4 +32,4 @@ @endif -@endsection \ No newline at end of file +@endsection diff --git a/resources/views/portal/ninja2020/layout/clean.blade.php b/resources/views/portal/ninja2020/layout/clean.blade.php index 2d975801c66d..86f21c40fabf 100644 --- a/resources/views/portal/ninja2020/layout/clean.blade.php +++ b/resources/views/portal/ninja2020/layout/clean.blade.php @@ -66,6 +66,8 @@ + @include('portal.ninja2020.components.primary-color') + @yield('body')