demarches-normaliennes/app/views/champs/repetition/add.turbo_stream.haml

4 lines
188 B
Text
Raw Normal View History

= fields_for @champ.input_name, @champ do |form|
2022-08-12 10:45:04 +02:00
= turbo_stream.append dom_id(@champ, :rows), render(EditableChamp::RepetitionRowComponent.new(form: form, champ: @champ, row: @champs))