From a3442674f940087d3e3c6ddaf41a4af25c49c428 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 9 Jul 2018 17:11:59 +0200 Subject: [PATCH] apercu: fix typo --- app/views/new_administrateur/procedures/apercu.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/new_administrateur/procedures/apercu.html.haml b/app/views/new_administrateur/procedures/apercu.html.haml index 5e9d1732d..edc6b0fc5 100644 --- a/app/views/new_administrateur/procedures/apercu.html.haml +++ b/app/views/new_administrateur/procedures/apercu.html.haml @@ -9,7 +9,7 @@ - if @dossier.champs_private.size > 0 %li{ class: (@tab == 'annotations-privees') ? 'active' : nil }> = link_to(apercu_procedure_path(@dossier.procedure, tab: 'annotations-privees')) do - les annotations privees + les annotations privées - if @tab == 'dossier' = render partial: "shared/dossiers/edit", locals: { dossier: @dossier, apercu: true }