demarches-normaliennes/app/views/champs/repetition/add.turbo_stream.haml
2022-09-01 09:48:27 +02:00

3 lines
188 B
Text

= fields_for @champ.input_name, @champ do |form|
= turbo_stream.append dom_id(@champ, :rows), render(EditableChamp::RepetitionRowComponent.new(form: form, champ: @champ, row: @champs))