demarches-normaliennes/app/views/shared/dossiers/editable_champs/_repetition.html.haml
2022-05-10 13:39:33 +02:00

8 lines
404 B
Text

.repetition{ id: dom_id(champ, :rows) }
- champ.rows.each do |champs|
= render partial: 'shared/dossiers/editable_champs/repetition_row', locals: { form: form, champ: champ, row: champs }
.actions{ 'data-turbo': 'true' }
= link_to champs_repetition_path(champ.id), data: { turbo_method: :post }, class: 'button add-row' do
%span.icon.add
Ajouter un élément pour « #{champ.libelle} »