2022-08-12 10:45:04 +02:00
|
|
|
.repetition{ id: dom_id(@champ, :rows) }
|
|
|
|
- @champ.rows.each do |champs|
|
2022-09-08 11:25:39 +02:00
|
|
|
= render EditableChamp::RepetitionRowComponent.new(form: @form, champ: @champ, row: champs, seen_at: @seen_at)
|
2022-08-12 10:45:04 +02:00
|
|
|
|
|
|
|
.actions{ 'data-turbo': 'true' }
|
2023-03-31 16:10:47 +02:00
|
|
|
= render NestedForms::OwnedButtonComponent.new(formaction: champs_repetition_path(@champ.id), http_method: :create, opt: { class: "fr-btn fr-btn--secondary fr-btn--icon-left fr-icon-add-circle-line fr-mb-3w", title: t(".add_title", libelle: @champ.libelle), id: dom_id(@champ, :create_repetition)}) do
|
2023-03-31 08:12:57 +02:00
|
|
|
= t(".add", libelle: @champ.libelle)
|