Sha256: bc3a6ad19b923d1479c2f81f29ec80c07c22fed67caa7b7b786f63e9b3c3faa3

Contents?: true

Size: 424 Bytes

Versions: 7

Compression:

Stored size: 424 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>
</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-2.1.0 webgui/app/views/reports/show.html.erb
tournament-2.2.1 webgui/app/views/reports/show.html.erb
tournament-2.1.2 webgui/app/views/reports/show.html.erb
tournament-2.2.0 webgui/app/views/reports/show.html.erb
tournament-2.1.1 webgui/app/views/reports/show.html.erb
tournament-2.3.0 webgui/app/views/reports/show.html.erb
tournament-2.2.2 webgui/app/views/reports/show.html.erb