Skip to content
Snippets Groups Projects

retours recette V2.5.0 du 22/11/2023

Merged Etienne LOUPIAS requested to merge V2.5 into master
Files
13
@@ -9,7 +9,7 @@
</div>
<div class="adminLayout">
<h3 *ngIf="unvalidatedEmployers" class="title">Employeurs non validées ({{ unvalidatedEmployers.length }})</h3>
<h3 *ngIf="unvalidatedEmployers" class="title">Employeurs non validés ({{ unvalidatedEmployers.length }})</h3>
<ag-grid-angular
*ngIf="unvalidatedEmployers"
class="ag-theme-alpine user-table"
@@ -24,7 +24,7 @@
>
</ag-grid-angular>
<h3 *ngIf="validatedEmployers" class="title">Employeurs validées ({{ validatedEmployers.length }})</h3>
<h3 *ngIf="validatedEmployers" class="title">Employeurs validés ({{ validatedEmployers.length }})</h3>
<ag-grid-angular
*ngIf="validatedEmployers"
class="ag-theme-alpine user-table"
Loading