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
|
%td
|
||||||
Tous les dossiers
|
Tous les dossiers
|
||||||
%td
|
%td
|
||||||
= @dossiers_termines.count
|
= @count_dossiers_termines_by_month.sum { |count_by_month| count_by_month["count"] }
|
||||||
%td
|
%td
|
||||||
- if matching_archive.present? && matching_archive.available?
|
- if matching_archive.present? && matching_archive.available?
|
||||||
- weight = matching_archive.file.byte_size
|
- weight = matching_archive.file.byte_size
|
||||||
|
|
Loading…
Add table
Reference in a new issue