use nb_dossiers to estimate total weight
Co-authored-by: Christophe Robillard <christophe.robillard@beta.gouv.fr>
This commit is contained in:
parent
1a6337cf37
commit
09b3cf98f6
2 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
%td
|
||||
Tous les dossiers
|
||||
%td
|
||||
= @count_dossiers_termines_by_month.sum { |count_by_month| count_by_month["count"] }
|
||||
= @nb_dossiers
|
||||
%td
|
||||
- if matching_archive.present? && matching_archive.available?
|
||||
- weight = matching_archive.file.byte_size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue