From 7a941d3219987ecebe2c8540759cf8d54f367db4 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 6 Apr 2017 15:59:42 +0200 Subject: [PATCH] Remove a useless id in _list.html.haml --- app/views/admin/procedures/_list.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/procedures/_list.html.haml b/app/views/admin/procedures/_list.html.haml index ba30f2e6f..365c6cab6 100644 --- a/app/views/admin/procedures/_list.html.haml +++ b/app/views/admin/procedures/_list.html.haml @@ -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