Match Administration

Enter New Match | Upload CSV

<% if matches.any? %> <% matches.each do |match| %> <% end %>
ID Date Team 1 Score Team 2 Score Status Actions
<%= match.id %> <%= match.played_at&.strftime('%Y-%m-%d %H:%M') %> <%= match.team_1_p1_name %> + <%= match.team_1_p2_name %> <%= match.team_1_score %> <%= match.team_2_p1_name %> + <%= match.team_2_p2_name %> <%= match.team_2_score %> <%= match.status %> Edit
<% else %>

No matches entered yet.

<% end %>

Manage Players