demarches-normaliennes/app/views/attachments/destroy.js.erb

4 lines
162 B
Text
Raw Normal View History

2019-05-29 12:05:28 +02:00
<%= render_flash(timeout: 5000, sticky: true) %>
<%= remove_element("#attachment_#{@attachment_id}") %>
<%= show_element("#attachment_file_#{@attachment_id}") %>