7 lines
443 B
Text
7 lines
443 B
Text
.repetition{ id: dom_id(@champ, :rows) }
|
|
- @champ.rows.each do |champs|
|
|
= render EditableChamp::RepetitionRowComponent.new(form: @form, champ: @champ, row: champs, seen_at: @seen_at)
|
|
|
|
.actions{ 'data-turbo': 'true' }
|
|
= link_to champs_repetition_path(@champ.id), data: { turbo_method: :post }, class: 'fr-btn fr-btn--secondary fr-btn--icon-left fr-icon-add-circle-line fr-mb-3w' do
|
|
Ajouter un élément pour « #{@champ.libelle} »
|