fix total count of groupe_instructeur
This commit is contained in:
parent
12430a8068
commit
794e95e6eb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
%table.table.mt-2
|
||||
%thead
|
||||
%tr
|
||||
%th{ colspan: 2 }= t(".existing_groupe", count: @groupes_instructeurs.count)
|
||||
%th{ colspan: 2 }= t(".existing_groupe", count: @groupes_instructeurs.total_count)
|
||||
%tbody
|
||||
- @groupes_instructeurs.each do |group|
|
||||
%tr
|
||||
|
|
Loading…
Add table
Reference in a new issue