cosmetic fixes for today's demo
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ menudefs:
|
||||
- text: "Manage Conference Aliases"
|
||||
link: "/comm/[CID]/conf/[CONFID]/aliases"
|
||||
- text: "Manage Conference Members"
|
||||
link: "/TODO/comm/[CID]/conf/[CONFID]/members"
|
||||
link: "/comm/[CID]/conf/[CONFID]/members"
|
||||
- text: "Customize Conference Appearance"
|
||||
link: "/TODO/comm/[CID]/conf/[CONFID]/custom"
|
||||
- text: "Conference Activity Reports"
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
</div>
|
||||
|
||||
<hr class="border-gray-400 mb-4">
|
||||
<div class="flex justify-between items-center mb-4">
|
||||
<div class="max-w-3xl flex justify-between items-center mb-4">
|
||||
<h2 class="text-xl font-bold text-black mb-4">
|
||||
{{ if mode == "conf" }}
|
||||
Conference Members:
|
||||
@@ -110,7 +110,7 @@
|
||||
<input type="hidden" name="term" value="{{ term }}">
|
||||
<input type="hidden" name="ofs" value="{{ offset }}">
|
||||
<input type="hidden" name="validUids" value="{{ validUids }}">
|
||||
<div class="bg-gray-50 p-6 rounded-lg">
|
||||
<div class="max-w-3xl bg-gray-50 p-6 rounded-lg">
|
||||
<div class="space-y-4">
|
||||
{{ range _, rx := resultList }}
|
||||
<div class="flex items-start gap-3">
|
||||
|
||||
Reference in New Issue
Block a user