apercu: fix typo
This commit is contained in:
parent
850be59648
commit
a3442674f9
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue