From 1601ca7bb95163aabf9c2d566143e779ba80d6b7 Mon Sep 17 00:00:00 2001 From: Kara Diaby Date: Tue, 19 Nov 2024 15:24:22 +0000 Subject: [PATCH] =?UTF-8?q?Retire=20le=20bouton=20t=C3=A9l=C3=A9charger=20?= =?UTF-8?q?tous=20les=20dossiers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/instructeurs/procedures/show.html.haml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/instructeurs/procedures/show.html.haml b/app/views/instructeurs/procedures/show.html.haml index 3496e55b5..4c879d707 100644 --- a/app/views/instructeurs/procedures/show.html.haml +++ b/app/views/instructeurs/procedures/show.html.haml @@ -7,10 +7,7 @@ locals: { steps: [[@procedure.libelle.truncate_words(10), instructeur_procedure_path(@procedure)]] } = render partial: 'header', locals: { procedure: @procedure, statut: @statut } %hr.fr-mt-1v - %h1.fr-h3.fr-mb-0= t('.file_tracking') - .procedure-actions - - if @can_download_dossiers - = render Dossiers::ExportDropdownComponent.new(procedure: @procedure, export_templates: current_instructeur.export_templates_for(@procedure), export_url: method(:download_export_instructeur_procedure_path)) + %h1.fr-h5.fr-mb-0= t('.file_tracking') .fr-container.flex= render partial: "tabs", locals: { procedure: @procedure, statut: @statut,