bug fixes in Scan() results and conference list template

This commit is contained in:
2025-12-28 23:40:50 -07:00
parent 99dd8e78b9
commit 98a74487c2
8 changed files with 78 additions and 27 deletions
+2 -2
View File
@@ -23,12 +23,12 @@
<span class="text-lg pt-0.5 flex-shrink-0">🟣</span>
<div class="flex-1">
<div class="mb-2">
<a href="/comm/{{ commAlias }}/conf/{{ c.AliasesQ()[0] }}"
<a href="/comm/{{ commAlias }}/conf/{{ c.AliasesQ(.Ctx())[0] }}"
class="text-blue-700 hover:text-blue-900 font-bold text-lg">{{ c.Name }}</a>
<span class="text-gray-600 text-sm ml-2">- Latest activity: {{ DisplayActivity(c.LastUpdate, .) }}</span>
</div>
<div class="text-sm text-gray-700 mb-1">
{{ hl := c.HostsQ() }}
{{ hl := c.HostsQ(.Ctx()) }}
{{ if len(hl) == 1 }}
<span class="font-medium">Host:</span>
{{ else }}