add 'History' page

This commit is contained in:
2023-02-08 09:36:48 +01:00
parent f74c0eaf06
commit 3dce51620f
3 changed files with 55 additions and 0 deletions

View File

@@ -70,6 +70,7 @@
<div class="bg-white shadow sm:rounded-lg">
<div class="px-4 py-5 sm:px-6">
<h2 id="event-information-title" class="text-lg leading-6 font-medium text-gray-900">Tous les inscrits</h2>
<a href="/app/agenda/{{.ViewState.event.ID}}/history" class="mt-1 max-w-2xl text-sm text-gray-500">Historique</a>
</div>
{{template "subscribers_table" .}}
</div>