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,