mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:04:41 -04:00
fix issue with button
This commit is contained in:
parent
8c26aa4548
commit
0d0e3510db
@ -15,7 +15,6 @@
|
|||||||
<div class="mt-2 max-w-xl text-sm leading-5 text-gray-500">
|
<div class="mt-2 max-w-xl text-sm leading-5 text-gray-500">
|
||||||
<p translate>
|
<p translate>
|
||||||
{{ ctrans('texts.invoice_still_unpaid') }}
|
{{ ctrans('texts.invoice_still_unpaid') }}
|
||||||
<!-- This invoice is still not paid. Click the button to complete the payment. -->
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -33,4 +32,4 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
<iframe src="{{ $invoice->pdf_file_path() }}" class="h-screen w-full border-0"></iframe>
|
<iframe src="{{ $invoice->pdf_file_path() }}" class="h-screen w-full border-0"></iframe>
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -66,6 +66,8 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@include('portal.ninja2020.components.primary-color')
|
||||||
|
|
||||||
<body class="antialiased {{ $custom_body_class ?? '' }}">
|
<body class="antialiased {{ $custom_body_class ?? '' }}">
|
||||||
@yield('body')
|
@yield('body')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user