administrateur can add zone to procedure

This commit is contained in:
Christophe Robillard 2021-12-01 21:38:41 +01:00
parent 561f6fb274
commit 9341c787a1
4 changed files with 14 additions and 1 deletions

View file

@ -13,6 +13,11 @@
%span.mandatory *
= f.text_area :description, rows: '6', placeholder: 'Description de la démarche, destinataires, etc. ', class: 'form-control'
= f.label :zone do
Organisme qui met en oeuvre la démarche
%span.mandatory *
= f.collection_select :zone_id, Zone.order(:label), :id, :label, prompt: true
%h3.header-subsection Logo de la démarche
= image_upload_and_render f, @procedure.logo