demarches-normaliennes/app/views/instructeurs/procedures/_synthese.html.haml
Kara Diaby 3f2ef985c7 layout
2022-04-14 10:22:37 +02:00

6 lines
284 B
Text

- if procedures.length > 1
.tab-title
%span
= t('views.instructeurs.dossiers.dossier_synthesis')
- all_dossiers_counts.each_with_index do |(label, dossier_count)|
%span.badge.procedure-synthese-badge= number_with_html_delimiter(dossier_count) + ' ' + label