solidarity transport

This commit is contained in:
2025-02-28 08:29:01 +01:00
parent 84592d2ed4
commit 82773f090b
324 changed files with 73119 additions and 2888 deletions

View File

@@ -138,10 +138,10 @@
:class="tab == 'organizations' ? 'border-co-blue text-co-blue' : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300'">
Gestionnaires </a>
<a href="#" @click="tab = 'diags'"
<!--<a href="#" @click="tab = 'diags'"
class="whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm"
:class="tab == 'diags' ? 'border-co-blue text-co-blue' : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300'">
Diagnostics </a>
Diagnostics </a>-->
</nav>
</div>
</div>
@@ -150,7 +150,7 @@
<div x-show="tab == 'documents'">{{template "beneficiary_files" .}}</div>
<div x-show="tab == 'notes'">{{template "beneficiary_notes" .}}</div>
<div x-show="tab == 'organizations'">{{template "beneficiary_organizations" .}}</div>
<div x-show="tab == 'diags'">{{template "beneficiary_diags" .}}</div>
<!--<div x-show="tab == 'diags'">{{template "beneficiary_diags" .}}</div>-->
</div>
</div>
</section>
@@ -161,4 +161,4 @@
</section>
</div>
</main>
{{end}}
{{end}}