Bookings list in admin

This commit is contained in:
2023-04-12 10:52:29 +02:00
parent a11ed1c595
commit 39e770bb09
8 changed files with 185 additions and 24 deletions

View File

@@ -10,6 +10,7 @@
</div>
<ul role="list" class="divide-y divide-gray-200 flex-1">
{{range .}}
{{if eq .Deleted false}}
<li class="py-2 px-4 flex">
<a href="/app/agenda/{{.ID}}" class="flex w-full">
<div class="ml-3">
@@ -18,6 +19,7 @@
</a>
</li>
{{end}}
{{end}}
</ul>
<a href="/app/agenda/">