refactor(attachment): use new components

This commit is contained in:
Paul Chavard 2022-05-06 12:24:01 +02:00
parent 2ce389d474
commit bc77390cfe
17 changed files with 23 additions and 29 deletions

View file

@ -63,7 +63,7 @@
= render partial: "dossiers_filter", locals: { procedure: @procedure, procedure_presentation: @procedure_presentation, current_filters: @current_filters, statut: @statut, displayed_fields_options: @displayed_fields_options }
- if @dossiers_count > 0
.dossiers-export
= render partial: "dossiers_export", locals: { procedure: @procedure, exports: @exports, statut: @statut, count: @dossiers_count }
= render Dossiers::ExportComponent.new(procedure: @procedure, exports: @exports, statut: @statut, count: @dossiers_count)
%table.table.dossiers-table.hoverable
%thead