Add pagination on dossiers list

This commit is contained in:
Mathieu Magnin 2017-09-21 16:47:43 +02:00
parent 47db8f9c7d
commit 2737a8d529
2 changed files with 3 additions and 0 deletions

View file

@ -63,6 +63,8 @@ module NewGestionnaire
when 'archives'
@archived_dossiers
end
@dossiers = @dossiers.page([params[:page].to_i, 1].max)
end
private