% if pool.entries.size > 0 -%> <% if show_header %>
Rank | Current Score |
Max Score | Entry Name | Champ Alive? |
Tie Break |
Round Scores | |||||
1 | 2 | 3 | 4 | 5 | 6 | ||||||
<%=rank_display%> | <%=total%> | <%=max%> | <%=link_to entry.name, :controller => 'entry', :action => 'show', :id => db_entry_ids[entry.name]%> | <%=champ.short_name%> <%=pool.tournament_entry.picks.still_alive?(champ) ? 'Y' : 'N'%> | <%=entry.tie_breaker || '-'%> | <% round_scores.each do |rs| %><%=rs%> | <% end %>
There are no entries in the pool.
<% end -%>