diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index 0b184f6c4..a879996e1 100644 --- a/app/views/imports/show.html.erb +++ b/app/views/imports/show.html.erb @@ -1,13 +1,13 @@ <% @page_title = "Import status" %> +<%= turbo_stream_from @import %> +
Your import is in progress. This may take a while for large accounts.
-This page will refresh automatically.
- <% when "completed" %>Your import has completed successfully!
<%= link_to "Go to your account", landing_url(script_name: @import.account.slug), class: "btn btn--link center txt-medium" %>