display of conference reports page

This commit is contained in:
2026-02-12 23:06:34 -07:00
parent 8ea937304e
commit 8087f3c877
8 changed files with 145 additions and 6 deletions
+9 -2
View File
@@ -18,8 +18,15 @@
<!-- Upper Links -->
<div class="mb-4">
<a class="text-blue-700 hover:text-blue-900 text-sm font-medium" href="{{ selfLink }}">Redisplay Member List</a> |
<a class="text-blue-700 hover:text-blue-900 text-sm font-medium" href="{{ backLink }}">Return to Manage Conference Menu</a>
<a class="text-blue-700 hover:text-blue-900 text-sm flex items-center gap-2 w-fit" href="{{ selfLink }}">
<span>🔃</span>
Redisplay Member List
</a>
|
<a class="text-blue-700 hover:text-blue-900 text-sm flex items-center gap-2 w-fit" href="{{ backLink }}">
<span>←</span>
Return to Manage Conference Menu
</a>
</div>
<!-- Member Find Form -->