Sha256: dd7981ecf0390088d99fcede4de2f4ee99d04f45e9ddef05016176d9ae60cfcc

Contents?: true

Size: 722 Bytes

Versions: 7

Compression:

Stored size: 722 Bytes

Contents

<h1>Reports for <%=@pool.name%></h1>
<ul>
<li><%= link_to 'Region', :report => 'region'%></li>
<li><%= link_to 'Entries', :report => 'entry'%></li>
<% if @pool.started? -%>
<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 %>
<% end %>
</ul>
<div id="report">
<% if params[:report] -%>
<%= render :partial => "reports/report", :locals => {:report => params[:report], :pool => @pool.pool}%>
<% end -%>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tournament-3.3.2 webgui/app/views/reports/show.html.erb
tournament-3.3.1 webgui/app/views/reports/show.html.erb
tournament-3.3.0 webgui/app/views/reports/show.html.erb
tournament-3.2.2 webgui/app/views/reports/show.html.erb
tournament-3.2.1 webgui/app/views/reports/show.html.erb
tournament-3.2.0 webgui/app/views/reports/show.html.erb
tournament-3.1.1 webgui/app/views/reports/show.html.erb