otwarchive-sunsetarchive/app/views/potential_matches/_in_progress.html.erb
2026-03-17 01:16:49 -04:00

16 lines
754 B
Text
Executable file

<p class="note">
<%= ts("The archive is generating potential matches for this challenge. This can take a long time,
especially for a large challenge! We'll send an email to the collection maintainers when
all potential matches have been generated. ") %>
</p>
<p>
<%= ts("If the progress value below doesn't change when you reload the page
after about 10 minutes, there may have been a problem. Please check again after an hour, and then contact archive support.") %>
</p>
<p>
<%= ts("Potential match generation progress:") %> <strong><%= @progress %>%</strong>
</p>
<span class="actions"><%= button_to ts("Cancel Potential Match Generation"), cancel_generate_collection_potential_matches_path(@collection), method: :post %></span>