1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge pull request #6076 from beganovich/v5-1706-fix-payment-button

(v5) Push "Pay now" button to the right
This commit is contained in:
Benjamin Beganović 2021-06-17 17:13:18 +02:00 committed by GitHub
commit 8fd7fb7752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
- {{ ctrans('texts.unpaid') }}
</h3>
</div>
<div class="mt-5 sm:mt-0 sm:ml-6 sm:flex-shrink-0 sm:flex sm:items-center">
<div class="mt-5 sm:mt-0 sm:ml-6 flex justify-end">
<div class="inline-flex rounded-md shadow-sm">
<input type="hidden" name="invoices[]" value="{{ $invoice->hashed_id }}">
<input type="hidden" name="action" value="payment">