diff --git a/app/views/new_administrateur/procedures/show.html.haml b/app/views/new_administrateur/procedures/show.html.haml index 6167b9bfe..21ae54a9d 100644 --- a/app/views/new_administrateur/procedures/show.html.haml +++ b/app/views/new_administrateur/procedures/show.html.haml @@ -77,7 +77,7 @@ Choix du service administratif .card-admin-action - if @procedure.service.present? - = link_to 'Modifier', edit_admin_service_path(@procedure.service), class: 'button' + = link_to 'Modifier', edit_admin_service_path(@procedure.service, procedure_id: @procedure.id), class: 'button' - elsif current_administrateur.services.present? = link_to 'Choisir', admin_services_path(procedure_id: @procedure.id), class: 'button' - else