% if @assignments_with_no_potential_givers.present? %>
<%= ts("Participants with No Potential Givers") %>
<% @assignments_with_no_potential_givers.each do |assignment| %>
- "><%= link_to assignment.request_byline, collection_signup_path(@collection, assignment.request_signup) %>
-
- "><%= mailto_link assignment.request_signup.pseud.user, :subject => "[#{h(@collection.title)}] Message from Collection Maintainer" %>
- <%= link_to ts("Edit"), edit_collection_signup_path(@collection, assignment.request_signup) %>
-
<%= button_to ts("Regenerate Matches For %{name}",
name: assignment.request_byline),
regenerate_for_signup_collection_potential_matches_path(@collection, signup_id: assignment.request_signup.id),
method: :post %>
-
<%= link_to ts("Delete"),
collection_signup_path(@collection, assignment.request_signup),
data: { confirm: ts("Are you sure?") },
method: :delete %>
<% end %>
<% else %>
<%= ts("All participants have at least one potential giver!")%>
<% end %>