demarches-normaliennes/app/views/attachments/destroy.turbo_stream.haml

4 lines
197 B
Text
Raw Normal View History

= turbo_stream.remove dom_id(@attachment, :actions)
= turbo_stream.dispatch "attachment:destroyed", { target_id: dom_id(@attachment) }
= turbo_stream.show_all ".attachment-input-#{@attachment.id}"