fix issue with button

This commit is contained in:
Benjamin Beganović 2021-01-13 14:31:28 +01:00
parent 8c26aa4548
commit 0d0e3510db
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,6 @@
<div class="mt-2 max-w-xl text-sm leading-5 text-gray-500">
<p translate>
{{ ctrans('texts.invoice_still_unpaid') }}
<!-- This invoice is still not paid. Click the button to complete the payment. -->
</p>
</div>
</div>
@ -33,4 +32,4 @@
@endif
<iframe src="{{ $invoice->pdf_file_path() }}" class="h-screen w-full border-0"></iframe>
@endsection
@endsection

View File

@ -66,6 +66,8 @@
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
</head>
@include('portal.ninja2020.components.primary-color')
<body class="antialiased {{ $custom_body_class ?? '' }}">
@yield('body')