Sha256: b0311f90fdc0414728107dadcc1fbb2a5c12fe6029443aba6440bf100027d6a7

Contents?: true

Size: 342 Bytes

Versions: 7

Compression:

Stored size: 342 Bytes

Contents

<% if report == 'leader' %>
<%= render :partial => 'leader', :locals => {:pool => pool, :show_header => true}%>
<br/>
<br/>
<% else %>
<h2><%=report.capitalize%> Report</h2>
<%
report_output = ''
report_method = "#{report}_report".to_sym
pool.send(report_method, report_output)
%>
<pre>
<small>
<%= report_output %>
</small>
</pre>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tournament-2.2.0 webgui/app/views/reports/_report.html.erb
tournament-2.1.1 webgui/app/views/reports/_report.html.erb
tournament-2.2.1 webgui/app/views/reports/_report.html.erb
tournament-2.1.0 webgui/app/views/reports/_report.html.erb
tournament-2.1.2 webgui/app/views/reports/_report.html.erb
tournament-2.3.0 webgui/app/views/reports/_report.html.erb
tournament-2.2.2 webgui/app/views/reports/_report.html.erb