diff --git a/app/views/new_gestionnaire/procedures/show.html.haml b/app/views/new_gestionnaire/procedures/show.html.haml index 405fb0c70..4570a35cf 100644 --- a/app/views/new_gestionnaire/procedures/show.html.haml +++ b/app/views/new_gestionnaire/procedures/show.html.haml @@ -60,7 +60,7 @@ - @current_filters.each do |filter| %span.filter = "#{filter['label']} : #{filter['value']}" - = link_to remove_filter_procedure_path(@procedure, statut: @statut, table: filter['table'], column: filter['column']) do + = link_to remove_filter_gestionnaire_procedure_path(@procedure, statut: @statut, table: filter['table'], column: filter['column']) do %img.close-icon{ src: image_url("close.svg") } %table.table.dossiers-table.hoverable