apercu: fix typo

This commit is contained in:
Pierre de La Morinerie 2018-07-09 17:11:59 +02:00
parent 850be59648
commit a3442674f9

View file

@ -9,7 +9,7 @@
- if @dossier.champs_private.size > 0 - if @dossier.champs_private.size > 0
%li{ class: (@tab == 'annotations-privees') ? 'active' : nil }> %li{ class: (@tab == 'annotations-privees') ? 'active' : nil }>
= link_to(apercu_procedure_path(@dossier.procedure, tab: 'annotations-privees')) do = link_to(apercu_procedure_path(@dossier.procedure, tab: 'annotations-privees')) do
les annotations privees les annotations privées
- if @tab == 'dossier' - if @tab == 'dossier'
= render partial: "shared/dossiers/edit", locals: { dossier: @dossier, apercu: true } = render partial: "shared/dossiers/edit", locals: { dossier: @dossier, apercu: true }