demarches-normaliennes/app/views/shared/dossiers/editable_champs/_repetition.html.haml

13 lines
488 B
Text
Raw Normal View History

.repetition
2019-01-30 16:14:15 +01:00
- champ.rows.each do |champs|
= render partial: 'shared/dossiers/editable_champs/repetition_row', locals: { form: form, champ: champ, row: champs }
2019-01-30 16:14:15 +01:00
- if champ.persisted?
= link_to champs_repetition_path(champ.id), class: 'button add-row', data: { remote: true, disable: true, method: 'POST' } do
%span.icon.add
Ajouter un élément pour « #{champ.libelle} »
- else
%a.button.add-row
%span.icon.add
Ajouter un élément pour « #{champ.libelle} »