Merge pull request #4990 from betagouv/ameliore-decouvrabilite-fichier-telecharge

instructeurs: ameliore la découvrabilité du fichier téléchargé
This commit is contained in:
krichtof 2020-04-06 11:05:31 +02:00 committed by GitHub
commit e869e2741e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -207,7 +207,7 @@ module Instructeurs
format.js do
@procedure = procedure
assign_exports
flash.notice = "Lexport au format \"#{export_format}\" est prêt."
flash.notice = "Lexport au format \"#{export_format}\" est prêt. Vous pouvez le <a href=\"#{export.file.service_url}\">télécharger</a>"
end
format.html do

View file

@ -7,4 +7,4 @@
<% end %>
<% end %>
<%= render_flash(timeout: 20000) %>
<%= render_flash %>