Sha256: cddb9a3bc8826f07c2de8fc0399d6a0a1b7dbd0f425ae9f795cd1be8266c94cf

Contents?: true

Size: 687 Bytes

Versions: 5

Compression:

Stored size: 687 Bytes

Contents

<h1>Reports for <%=@pool.name%></h1>
<ul>
<li><%= link_to 'Region', :report => 'region'%></li>
<li><%= link_to 'Entries', :report => 'entry'%></li>
<li><%= link_to 'Score', :report => 'score'%></li>
<li><%= link_to 'Leader', :report => 'leader'%></li>
<% if @pool.pool.tournament_entry.picks.teams_left <= 16 %>
<li><%= link_to 'Possibility', :report => 'possibility'%></li>
<% end %>
<% if @pool.pool.tournament_entry.picks.teams_left <= 4 %>
<li><%= link_to 'Final Four', :report => 'final_four'%></li>
<% end %>
</ul>
<div id="report">
<% if params[:report] -%>
<%= render :partial => "reports/report", :locals => {:report => params[:report], :pool => @pool.pool}%>
<% end -%>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tournament-2.4.0 webgui/app/views/reports/show.html.erb
tournament-2.5.0 webgui/app/views/reports/show.html.erb
tournament-2.5.2 webgui/app/views/reports/show.html.erb
tournament-2.5.1 webgui/app/views/reports/show.html.erb
tournament-2.6.0 webgui/app/views/reports/show.html.erb