Confirmed Matches for <%= @contest.name %>

<% @match_props && @match_props.each do |mp| %> <% end %>
Match Scheduled for
<%= link_to mp.match.contester1, contester_path(mp.match.contester1) %> VS <%= link_to mp.match.contester2, contester_path(mp.match.contester2) %> <%= link_to longertime(mp.proposed_time), match_path(mp.match) %>