Match Administration

Enter New Match | Upload CSV

<% if matches.any? %> <% matches.each do |match| %> <% end %>
ID Date Team 1 Score Team 2 Score Status
<%= match.id %> <%= match.played_at&.strftime('%Y-%m-%d %H:%M') %> <%= match.team_1_p1_id %>/<%= match.team_1_p2_id %> <%= match.team_1_score %> <%= match.team_2_p1_id %>/<%= match.team_2_p2_id %> <%= match.team_2_score %> <%= match.status %>
<% else %>

No matches entered yet.

<% end %>

Manage Players