Sha256: 3c8b1f49d8702ab5346451dedfe1df66b63717d87d27f23b7205721daa20c385

Contents?: true

Size: 378 Bytes

Versions: 18

Compression:

Stored size: 378 Bytes

Contents

<% if ['final_four', 'leader', 'possibility'].include?(report) %>
<%= render :partial => report, :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

18 entries across 18 versions & 1 rubygems

Version Path
tournament-5.0.0 webgui/app/views/reports/_report.html.erb
tournament-4.2.0 webgui/app/views/reports/_report.html.erb
tournament-4.0.2 webgui/app/views/reports/_report.html.erb
tournament-4.0.0 webgui/app/views/reports/_report.html.erb
tournament-3.3.3 webgui/app/views/reports/_report.html.erb
tournament-3.3.2 webgui/app/views/reports/_report.html.erb
tournament-3.3.1 webgui/app/views/reports/_report.html.erb
tournament-3.3.0 webgui/app/views/reports/_report.html.erb
tournament-3.2.2 webgui/app/views/reports/_report.html.erb
tournament-3.2.1 webgui/app/views/reports/_report.html.erb
tournament-3.2.0 webgui/app/views/reports/_report.html.erb
tournament-3.1.1 webgui/app/views/reports/_report.html.erb
tournament-3.1.0 webgui/app/views/reports/_report.html.erb
tournament-3.0.3 webgui/app/views/reports/_report.html.erb
tournament-3.0.2 webgui/app/views/reports/_report.html.erb
tournament-3.0.1 webgui/app/views/reports/_report.html.erb
tournament-3.0.0 webgui/app/views/reports/_report.html.erb
tournament-2.6.0 webgui/app/views/reports/_report.html.erb