demarches-normaliennes/app/views/shared/champs/siret/_delete_etablissement.html.haml
2018-04-05 10:29:29 +02:00

6 lines
287 B
Text

= message
- 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