demarches-normaliennes/app/views/champs/piece_justificative/show.turbo_stream.haml
2022-12-05 10:47:10 +01:00

7 lines
342 B
Text

= fields_for @champ.input_name, @champ do |form|
= turbo_stream.morph @champ.input_group_id do
= render EditableChamp::EditableChampComponent.new champ: @champ, form: form
- @champ.piece_justificative_file.attachments.each do |attachment|
= turbo_stream.focus_all "button[data-toggle-target=\".attachment-input-#{attachment.id}\"]"