demarches-normaliennes/app/views/instructeurs/dossiers/annotations_privees.html.haml

18 lines
816 B
Text
Raw Normal View History

2017-11-17 23:40:51 +01:00
- content_for(:title, "Annotations privées · Dossier nº #{@dossier.id} (#{@dossier.owner_name})")
= render partial: "header", locals: { dossier: @dossier }
#dossier-annotations-privees.container
- if @dossier.champs_private.present?
2017-08-02 15:33:23 +02:00
%section
= form_for @dossier, url: annotations_instructeur_dossier_path(@dossier.procedure, @dossier), html: { class: 'form' } do |f|
- @dossier.champs_private.each do |champ|
= fields_for champ.input_name, champ do |form|
= render partial: "shared/dossiers/editable_champs/editable_champ", locals: { form: form, champ: champ, seen_at: @annotations_privees_seen_at }
2017-08-02 15:33:23 +02:00
.send-wrapper
= f.submit 'Sauvegarder', class: 'button primary send', data: { disable: true }
2017-09-26 14:38:16 +02:00
- else
%h2.empty-text Aucune annotation privée