<%= ts("Potential Matches") %>
<%= ts("Potential Match for %{requester}: %{offerer}",
:requester => @potential_match.request_signup.pseud.byline, :offerer => @potential_match.offer_signup.pseud.byline) %>
- <%= ts("Requests Matched:") %>
- <%= @potential_match.num_prompts_matched %>
- <%= ts("Most Tags Matched:") %>
- <%= @potential_match.max_tags_matched %>
<%= render :partial => "challenge_signups/show_requests", :locals => {:challenge_signup => @potential_match.request_signup} %>
<%= render :partial => "challenge_signups/show_offers", :locals => {:challenge_signup => @potential_match.offer_signup} %>