2018-07-30 14:40:46 +02:00
|
|
|
.mandatory= message
|
2018-04-03 17:53:14 +02:00
|
|
|
- if etablissement.present?
|
|
|
|
- champ_attributes = etablissement.champ.private? ? 'champs_private_attributes' : 'champs_attributes'
|
|
|
|
= fields_for "dossier[#{champ_attributes}][#{position}][etablissement_attributes]", etablissement do |form|
|
|
|
|
= form.hidden_field :_destroy
|
|
|
|
|