Remove a useless id in _list.html.haml
This commit is contained in:
parent
aa255e7e2d
commit
7a941d3219
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
%th#ID= smart_listing.sortable 'ID', 'id'
|
||||
%th#libelle= smart_listing.sortable 'Libellé', 'libelle'
|
||||
- if @active_class
|
||||
%th#lien Lien
|
||||
%th Lien
|
||||
%th#created_at= smart_listing.sortable 'Date création', 'created_at'
|
||||
%th#lien Actions
|
||||
%th Actions
|
||||
|
||||
- @procedures.each do |procedure|
|
||||
- procedure = procedure.decorate
|
||||
|
|
Loading…
Add table
Reference in a new issue