NewDesign: can add annotations

This commit is contained in:
Simon Lehericey 2017-08-02 15:33:23 +02:00 committed by Mathieu Magnin
parent b94fc7c132
commit 3e5d0dce6a
5 changed files with 71 additions and 0 deletions

View file

@ -35,3 +35,16 @@
- else
%span.waiting En attente de réponse
%p= avis.answer
- if @dossier.ordered_champs_private.present?
%section
%h1.private-annotations Annotations privées
.card.featured
= form_for @dossier, url: annotations_dossier_path(@dossier.procedure, @dossier), html: { class: 'form' } do |f|
= f.fields_for :champs_private, f.object.ordered_champs_private do |champ_form|
- champ = champ_form.object
= render partial: "new_gestionnaire/dossiers/champs/#{champ.type_champ}",
locals: { champ: champ, form: champ_form }
.send-wrapper
= f.submit 'Sauvegarder', class: 'button send'