avoid useless count
Co-authored-by: Christophe Robillard <christophe.robillard@beta.gouv.fr>
This commit is contained in:
parent
895eed5a27
commit
f094c6c218
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
%td
|
||||
Tous les dossiers
|
||||
%td
|
||||
= @dossiers_termines.count
|
||||
= @count_dossiers_termines_by_month.sum { |count_by_month| count_by_month["count"] }
|
||||
%td
|
||||
- if matching_archive.present? && matching_archive.available?
|
||||
- weight = matching_archive.file.byte_size
|
||||
|
|
Loading…
Reference in a new issue