Improve bookings and agenda

This commit is contained in:
2022-12-05 17:24:24 +01:00
parent 9aaa51a81f
commit 0f35c8950f
10 changed files with 209 additions and 105 deletions

View File

@@ -43,7 +43,7 @@
class="flex-1 flex items-center justify-between border-t border-r border-b border-gray-200 bg-white rounded-r-3xl truncate">
<div class="flex-1 px-4 py-2 text-sm truncate">
<a href="#" class="text-gray-900 font-medium hover:text-gray-600">Référents</a>
<p class="text-gray-500">1 membres</p>
<p class="text-gray-500">{{len .ViewState.accounts}} membres</p>
</div>
</div>
</li>