<% if contest %>
<%= namelink match.contest %>
|
<% end %>
<%= namelink (match.get_opponent.team) %>
|
<%= shorttime match.match_time %>
|
<% unless defined? exclude_maps %>
<%= match.map1 %>, <%= match.map2 %>
|
<% end %>
<%= link_to match, :class => "bold #{match.score_color}" do %>
<% if friendly == match.contester1.team %>
<%=h match.score1 %> - <%=h match.score2 %>
<% else %>
<%=h match.score2 %> - <%=h match.score1 %>
<% end %>
<% end %>
|
<% if match.contest.contest_type == Contest::TYPE_LADDER %>
<% if match.get_friendly(:points) > 0 %>
<%= icon 'chevron-up' %>
<% elsif match.get_friendly(:points) < 0 %>
<%= icon 'chevron-down' %>
<% end %>
<%= match.get_friendly(:points) %>
|
<% end %>
<% end %>