<% matches.each do |match| %> <% end %>
Date and Time Contest Team 1 Team 2 Maps Predictions Score
<%= shorttime match.match_time%> <%= link_to match.contest.short_name, :controller => :contests, :action => :show, :id => match.contest.id %> <%= link_to match.contester1.team.tag, :controller => :contesters, :action => :show, :id => match.contester1 %> <%= link_to match.contester2.team.tag, :controller => :contesters, :action => :show, :id => match.contester2 %> <% if match.map1 and match.map2 %> <%= link_to match.map1, :controller => :maps, :action => :show, :id => match.map1 %>, <%= link_to match.map2, :controller => :maps, :action => :show, :id => match.map2 %> <% end %> <%= match.preds(1) %>% - <%= match.preds(2) %>% <%= link_to match, :class => "bold #{match.score_color}" do %> <%= h match.score1 %> - <%= h match.score2 %> <% end %>