Upcoming matches

Recent results

<% Match.finished.recent.ordered.each do |match| %>

<% link_to match do %> <%= match.contester1 %>
<% if match.score1 > match.score2; c1 = 'green'; c2 = 'red' end %> <% if match.score1 < match.score2; c1 = 'red'; c2 = 'green' end %> <% if match.score1 == match.score2; c1 = 'yellow'; c2 = 'yellow' end %>   <%= h match.score1 %> - <%= h match.score2 %>
<%= match.contester2 %> <% end %>

<% end %>