Instructeur : add overview table with counts for files

- changement du design
- tableau visible seulement si plus d'une procédure
This commit is contained in:
Myriam 2020-06-26 15:22:40 +02:00 committed by Keirua (Rebase PR Action)
parent a486fe9a2e
commit 0f542527fb
8 changed files with 74 additions and 61 deletions

View file

@ -2,7 +2,7 @@
.container
%h1.page-title Démarches
= render partial: 'instructeurs/procedures/synthese', locals: { all_dossiers_counts: @all_dossiers_counts }
= render partial: 'instructeurs/procedures/synthese', locals: { procedures: @procedures, all_dossiers_counts: @all_dossiers_counts }
= render partial: 'instructeurs/procedures/list', locals: { procedures: @procedures,
dossiers_count_per_procedure: @dossiers_count_per_procedure,