diff --git a/app/views/potential_matches/_in_progress.html.erb b/app/views/potential_matches/_in_progress.html.erb index d6b97a6..506d5dd 100755 --- a/app/views/potential_matches/_in_progress.html.erb +++ b/app/views/potential_matches/_in_progress.html.erb @@ -5,7 +5,7 @@

- <%= ts("If the progress value below doesn't change when you reload the page + <%= 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.") %>

@@ -13,4 +13,4 @@ <%= ts("Potential match generation progress:") %> <%= @progress %>%

-<%= button_to ts("Cancel Potential Match Generation"), cancel_generate_collection_potential_matches_path(@collection), method: :post %> +

<%= link_to ts("Cancel Potential Match Generation"), cancel_generate_collection_potential_matches_path(@collection) %>

diff --git a/app/views/potential_matches/_match_navigation.html.erb b/app/views/potential_matches/_match_navigation.html.erb index 9baaec0..39cb820 100755 --- a/app/views/potential_matches/_match_navigation.html.erb +++ b/app/views/potential_matches/_match_navigation.html.erb @@ -3,26 +3,22 @@ diff --git a/app/views/potential_matches/_no_potential_givers.html.erb b/app/views/potential_matches/_no_potential_givers.html.erb old mode 100755 new mode 100644 index cff5e25..c8832cc --- a/app/views/potential_matches/_no_potential_givers.html.erb +++ b/app/views/potential_matches/_no_potential_givers.html.erb @@ -8,19 +8,9 @@ +
  • <%= link_to ts("Regenerate Matches For %{name}", :name => assignment.request_byline), regenerate_for_signup_collection_potential_matches_path(@collection, :signup_id => assignment.request_signup.id) %>
  • +
  • <%= link_to ts("Delete"), + collection_signup_path(@collection, assignment.request_signup), data: {confirm: ts('Are you sure?')}, :method => :delete %>
  • <% end %> diff --git a/app/views/potential_matches/_no_potential_recipients.html.erb b/app/views/potential_matches/_no_potential_recipients.html.erb old mode 100755 new mode 100644 index b35bb46..0fb9ac0 --- a/app/views/potential_matches/_no_potential_recipients.html.erb +++ b/app/views/potential_matches/_no_potential_recipients.html.erb @@ -8,11 +8,7 @@