fix total count of groupe_instructeur

This commit is contained in:
clemkeirua 2020-01-08 09:52:58 +01:00
parent 12430a8068
commit 794e95e6eb

View file

@ -28,7 +28,7 @@
%table.table.mt-2 %table.table.mt-2
%thead %thead
%tr %tr
%th{ colspan: 2 }= t(".existing_groupe", count: @groupes_instructeurs.count) %th{ colspan: 2 }= t(".existing_groupe", count: @groupes_instructeurs.total_count)
%tbody %tbody
- @groupes_instructeurs.each do |group| - @groupes_instructeurs.each do |group|
%tr %tr