show newest invoice first, show datetime
All checks were successful
Go / build (push) Successful in 13m34s

This commit is contained in:
2025-07-02 11:09:33 +02:00
parent db3dc9ecd1
commit 249cccd240
3 changed files with 22 additions and 4 deletions

View File

@@ -8,10 +8,10 @@
</div>
{{ range .data.invoices }}
<div class="w-full grid grid-cols-1 gap-4 mx-auto p-4 m-4 flex flex-wrap border rounded shadow-md">
<div class="w-full grid grid-cols-1 gap-4 mx-auto p-4 m-4 flex flex-wrap border rounded shadow-md max-w-4xl">
<div class="">
<div class="font-bold text-center mb-4">
Invoice #{{ .ID }}
Invoice #{{ .ID }} - {{ .CreatedAt }}
</div>
</div>
<div class="flex flex-col">