Add pagination for administrateur procedure
This commit is contained in:
parent
37ea69ec51
commit
5e3bc1472c
3 changed files with 11 additions and 1 deletions
|
@ -14,4 +14,7 @@
|
|||
%td
|
||||
= link_to(procedure.libelle, "/admin/procedures/#{procedure.id}")
|
||||
%td= procedure.organisation
|
||||
%td= procedure.direction
|
||||
%td= procedure.direction
|
||||
|
||||
.pagination
|
||||
= will_paginate @procedures, renderer: BootstrapPagination::Rails
|
Loading…
Add table
Add a link
Reference in a new issue